Going through the drjava verification steps

This commit is contained in:
Dan Buch 2012-05-05 08:46:23 -04:00
parent 8df2a13cd2
commit c1b25343ae

View File

@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}