Skip to content

Instantly share code, notes, and snippets.

@Takumon
Created January 6, 2019 08:03
Show Gist options
  • Save Takumon/72c51d0145c84d149748ea9f256ec6cd to your computer and use it in GitHub Desktop.
Save Takumon/72c51d0145c84d149748ea9f256ec6cd to your computer and use it in GitHub Desktop.
public class HelloWorld{
public static void main(String[] args){
System.out.println("Hello World!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment