declare classes in polo1.js
class Polo1 {
constructor() {
console.log('hi Polo1');
}
}
| sudo ./configure --with-features=huge \ | |
| --enable-multibyte \ | |
| --enable-pythoninterp=yes \ | |
| --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu \ | |
| --enable-python3interp=yes \ | |
| --with-python3-config-dir=`python3.7m-config --configdir` \ | |
| --enable-gui=no \ | |
| --enable-cscope \ | |
| --enable-luainterp=yes \ | |
| --enable-rubyinterp=yes \ |
| setxkbmap -layout us -option ctrl:nocaps |
| package comp601.week11; | |
| import java.util.*; | |
| import static java.lang.System.out; | |
| import java.io.*; | |
| import java.nio.file.*; | |
| public class Main { | |
| /* |
| package comp601.week10; | |
| import java.util.Arrays; | |
| import java.util.List; | |
| public class Main { | |
| public static void main(String[] args) { | |
| Ticket t1 = new Ticket("t1", 155); |
| package comp601.assignment1; | |
| import static java.lang.System.out; | |
| import java.util.*; | |
| public class Main { | |
| private static Scanner input = new Scanner(System.in); | |
| public static void main(String[] args) { |
| package comp608.assignment1; | |
| import static java.lang.System.out; | |
| import java.util.*; | |
| public class Main { | |
| private static final Scanner input = new Scanner(System.in); | |
| public static void main(String[] args) { | |
| // TODO Auto-generated method stub |
| package assignment1; | |
| import static java.lang.System.out; | |
| import java.util.*; | |
| public class Main { | |
| private static Scanner input = new Scanner(System.in); | |
| public static void main(String[] args) { | |
| // TODO Auto-generated method stub |
| package comp601.week2; | |
| import static java.lang.System.out; | |
| import java.util.Scanner; | |
| public class Main { | |
| private static Scanner input = new Scanner(System.in); | |
| public static void main(String[] args) { | |
| // TODO Auto-generated method stub |
| " be able to use tab in command mode | |
| set nocompatible | |
| syntax enable | |
| " free use to apply filetype's detection, plugin and indent | |
| filetype plugin on | |
| " it looks better when press tab on command mode | |
| set wildmenu |
declare classes in polo1.js
class Polo1 {
constructor() {
console.log('hi Polo1');
}
}