Skip to content

Instantly share code, notes, and snippets.

@endymuhardin
Created January 8, 2011 13:27
Show Gist options
  • Save endymuhardin/770832 to your computer and use it in GitHub Desktop.
Save endymuhardin/770832 to your computer and use it in GitHub Desktop.
contoh source file Java
public class HelloWorld{
public static void main(String[] xxx){
System.out.println("Hello World")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment