Created
October 13, 2016 20:18
-
-
Save batuhankirmizi/55d8f81c7de8a41b19e0ea9f3a92accd to your computer and use it in GitHub Desktop.
Hello Github!
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
public class Hello { | |
public static void main(String[] args) { | |
System.out.print("Hello, GitHub!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment