Skip to content

Instantly share code, notes, and snippets.

@TaizWeb
Created April 5, 2020 22:39
Show Gist options
  • Save TaizWeb/d299d0d92a8113129351564586176c6b to your computer and use it in GitHub Desktop.
Save TaizWeb/d299d0d92a8113129351564586176c6b 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