Skip to content

Instantly share code, notes, and snippets.

@keisei1092
Created February 2, 2015 09:25
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 keisei1092/003c0b60852fc00f82e4 to your computer and use it in GitHub Desktop.
Save keisei1092/003c0b60852fc00f82e4 to your computer and use it in GitHub Desktop.
はじめてのGist
class Hoge {
public static void main(String[] args) {
System.out.println("Hello, Gist!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment