Created
February 2, 2015 09:25
-
-
Save keisei1092/003c0b60852fc00f82e4 to your computer and use it in GitHub Desktop.
はじめてのGist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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