Skip to content

Instantly share code, notes, and snippets.

@golenishchev
Created October 30, 2015 20:35
Show Gist options
  • Save golenishchev/806a8db414f8846b4eea to your computer and use it in GitHub Desktop.
Save golenishchev/806a8db414f8846b4eea to your computer and use it in GitHub Desktop.
Learning Java with mentor
public class HelloWorldJava {
public static void main(String[] args) {
System.out.println("Hello World Java");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment