Skip to content

Instantly share code, notes, and snippets.

@vakho10
Last active September 13, 2019 15:20
Show Gist options
  • Save vakho10/e79da1badf6397dabc9e19ec8f53ab4c to your computer and use it in GitHub Desktop.
Save vakho10/e79da1badf6397dabc9e19ec8f53ab4c 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