Skip to content

Instantly share code, notes, and snippets.

@gslahane-zz
Created June 14, 2018 03:40
Show Gist options
  • Save gslahane-zz/5153fbb69839ef0af7cf848e622962dc to your computer and use it in GitHub Desktop.
Save gslahane-zz/5153fbb69839ef0af7cf848e622962dc to your computer and use it in GitHub Desktop.
Java Hello world program
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world!!"); // This line with print "Hello world!!"
System.out.println("hey their...")
System.out.println("hey their_2...")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment