Skip to content

Instantly share code, notes, and snippets.

@stanleykywu
Created December 23, 2019 23:25
Show Gist options
  • Save stanleykywu/fe5e2954b8d7755d83e51b8d73963389 to your computer and use it in GitHub Desktop.
Save stanleykywu/fe5e2954b8d7755d83e51b8d73963389 to your computer and use it in GitHub Desktop.
testing git java
public class driver {
public static void main(String[] args) {
System.out.print("hello world");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment