Skip to content

Instantly share code, notes, and snippets.

@grit0
Last active August 25, 2017 06:28
Show Gist options
  • Save grit0/0598de8aeb2bfefd2b98fe19fb7298ca to your computer and use it in GitHub Desktop.
Save grit0/0598de8aeb2bfefd2b98fe19fb7298ca to your computer and use it in GitHub Desktop.
เริ่มต้นกับ Java
public class Hello {
public static void main(String[] args) {
System.out.println("Hello gists");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment