Skip to content

Instantly share code, notes, and snippets.

@humayun0156
Created April 6, 2015 08:45
Show Gist options
  • Save humayun0156/a78328bd584f579acaf3 to your computer and use it in GitHub Desktop.
Save humayun0156/a78328bd584f579acaf3 to your computer and use it in GitHub Desktop.
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment