"Hello World" in Java

Hello.java
class Hello{
public static void main(String[]args){
System.out.println("Hello world");
}
}






Comments

Popular posts from this blog

Tecq Mate | Build APK with command line only | Build Android with cmd | No IDE | No Android Studio