Skip to content

Instantly share code, notes, and snippets.

@AlanJui
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlanJui/9546c8436c45536f535f to your computer and use it in GitHub Desktop.
Save AlanJui/9546c8436c45536f535f to your computer and use it in GitHub Desktop.
目的:示範 Java 程式碼基本架構。
/**
* Say Hello to Java!!
*/
public class HelloJava {
public static void main(String args[]) {
System.out.println("Hello Java!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment