Category: miscellaneous
Hello World!
Date: 06 Jan, 2018
Reading Time: 2 min
Or more appropriately:
First Sign of Life
1
2
3
4
5
6
public class HelloWorld {
public static void main( String[] args ) {
System.out.println( "Hello World!" );
}
}
My website www.luossfi.org finally got published. Yay!