From f552f251825283ff9a2fde4e510bf0cffb83c818 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 19 Feb 2024 13:15:41 -0600 Subject: [PATCH 1/2] Add name to dibs.txt --- schneider1/dibs.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 schneider1/dibs.txt 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 From 45078c9a5987ed7742e5053cb983c81fa94b8692 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 19 Feb 2024 13:54:04 -0600 Subject: [PATCH 2/2] Added hello world file --- schneider1/helloWorld.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 schneider1/helloWorld.java 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!") +} + +}