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 revision: 7, last edited: 22 Jul 2009 05:40





