Sometimes you just want to say hello! This is how we say hello in Java.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Dreaming The Impossible
Sometimes you just want to say hello! This is how we say hello in Java.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Comments
Post a Comment