Skip to content

Instantly share code, notes, and snippets.

@Trinitek
Created November 12, 2014 07:23
Show Gist options
  • Save Trinitek/a44673e71aa79f624303 to your computer and use it in GitHub Desktop.
Save Trinitek/a44673e71aa79f624303 to your computer and use it in GitHub Desktop.
public class Main {
public static void main(String args[]) {
System.out.println("Hello world");
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment