Skip to content
scienthoon edited this page Jan 26, 2019 · 1 revision
package yh20190126;

public class test2 {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
int number = 3;
System.out.println(number);
	}

}


Clone this wiki locally