Skip to content

Instantly share code, notes, and snippets.

View stanleykywu's full-sized avatar

Stanley Wu stanleykywu

View GitHub Profile

Keybase proof

I hereby claim:

  • I am stanleykywu on github.
  • I am wusta (https://keybase.io/wusta) on keybase.
  • I have a public key ASBU2LCETUXUpen-ae-CvDQTnlEeKsH5RDaNdDqy_mdzJgo

To claim this, I am signing this object:

@stanleykywu
stanleykywu / driver.java
Created December 23, 2019 23:25
testing git java
public class driver {
public static void main(String[] args) {
System.out.print("hello world");
}
}