Commit 9f52c228 authored by Hyun Soo  Kim's avatar Hyun Soo Kim
Browse files

initial commit

parent 2ba90282
Loading
Loading
Loading
Loading

src/Main.java

0 → 100644
+8 −0
Original line number Diff line number Diff line
import javax.swing.*;

public class Main {

  public static void main(String[] args) {
    System.out.println("hello world");
  }
}
 No newline at end of file