Skip to content

Instantly share code, notes, and snippets.

@batuhankirmizi
Created October 13, 2016 20:18
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 batuhankirmizi/55d8f81c7de8a41b19e0ea9f3a92accd to your computer and use it in GitHub Desktop.
Save batuhankirmizi/55d8f81c7de8a41b19e0ea9f3a92accd to your computer and use it in GitHub Desktop.
Hello Github!
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