Skip to content

Instantly share code, notes, and snippets.

@mingcheng
Created May 23, 2019 01:31
Show Gist options
  • Select an option

  • Save mingcheng/564524e1f844286ca21ee26ee0540ed0 to your computer and use it in GitHub Desktop.

Select an option

Save mingcheng/564524e1f844286ca21ee26ee0540ed0 to your computer and use it in GitHub Desktop.
public class HelloWorld {
public static void main(String[] args) {
var greet = "Hello, world!";
System.out.println(greet);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment