groups

Link to this snippet:


Download to Code Collector

language: Java
licence: Other

Java Starter

options: send to code collectorview all ziu's snippets
class HelloWorld {
	public static void main(String args[]) {
		System.out.print("Hello World");
	}
}