From 48de649b53514ca491417f5e26dd465a7eec38f2 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 19 Feb 2024 16:48:49 -0600 Subject: [PATCH 1/2] adding name to dibs.txt --- EasyTrucking/dibs.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 EasyTrucking/dibs.txt diff --git a/EasyTrucking/dibs.txt b/EasyTrucking/dibs.txt new file mode 100644 index 000000000..453b1104d --- /dev/null +++ b/EasyTrucking/dibs.txt @@ -0,0 +1 @@ +Anish From a76ffe4670a8123451faa2ee9ec77fb134c9be08 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 19 Feb 2024 18:15:10 -0600 Subject: [PATCH 2/2] added helloWorld.java file --- EasyTrucking/helloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 EasyTrucking/helloWorld.java diff --git a/EasyTrucking/helloWorld.java b/EasyTrucking/helloWorld.java new file mode 100644 index 000000000..a13c94041 --- /dev/null +++ b/EasyTrucking/helloWorld.java @@ -0,0 +1,5 @@ +public class helloWorld { + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}