Skip to content

Instantly share code, notes, and snippets.

@rmkanda
Created August 26, 2021 13:06
Show Gist options
  • Save rmkanda/a9c93dc6b2379dd5a8a6dd6913174ab8 to your computer and use it in GitHub Desktop.
Save rmkanda/a9c93dc6b2379dd5a8a6dd6913174ab8 to your computer and use it in GitHub Desktop.
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