Skip to content

Instantly share code, notes, and snippets.

@JS-Zheng
Created January 6, 2018 04:21
Show Gist options
  • Save JS-Zheng/44adfb0c5e83ff03dd509b24a5d1f161 to your computer and use it in GitHub Desktop.
Save JS-Zheng/44adfb0c5e83ff03dd509b24a5d1f161 to your computer and use it in GitHub Desktop.
Hello, World!
public class Main {
public static void main(String[] args) {
// Just a comment
System.out.println("Hello, World!");
}
}
// Result:
// Hello, World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment