Welcome to Java Code Wiki

Hello, world!

This small note-style wiki, where i save a java code samples to faster searching.

Thanks for your attention to my java code notes.

If u wonna be a co-author, please do not modify code samples, just add text below.

package myfirstprogram;

/**
 *
 * @author Lich
 */
public class HelloWorld {
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        System.out.prinln("Hello, World!");
    }
}
Page tags: helloworld java
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License