diff --git a/schneider1/dibs.txt b/schneider1/dibs.txt new file mode 100644 index 000000000..7ff8bc2fe --- /dev/null +++ b/schneider1/dibs.txt @@ -0,0 +1 @@ +Anish Damani diff --git a/schneider1/helloWorld.java b/schneider1/helloWorld.java new file mode 100644 index 000000000..504451a85 --- /dev/null +++ b/schneider1/helloWorld.java @@ -0,0 +1,6 @@ +public class helloWorld { + public static void main(String[] args){ + System.out.println("Hello World!") +} + +}