Java - Hello world
A classic piece of code that prints "hello world" to screen.
A classic piece of code that prints "hello world" to screen.
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("{{string}}");
}
}
last update: