Skip to content

Instantly share code, notes, and snippets.

@ylxs90
Created March 4, 2018 13:33
Show Gist options
  • Save ylxs90/04deb64f8b41d8cc804c4de8200f9867 to your computer and use it in GitHub Desktop.
Save ylxs90/04deb64f8b41d8cc804c4de8200f9867 to your computer and use it in GitHub Desktop.
java
package com;
public class Hello {
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