From 1a52b62392f94dc4c7d5a121174607aef9212999 Mon Sep 17 00:00:00 2001 From: Monique Parrish Date: Thu, 26 Oct 2023 20:42:37 -0700 Subject: [PATCH 1/2] initial commit --- another_file.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 another_file.txt diff --git a/another_file.txt b/another_file.txt new file mode 100644 index 00000000..b9cd9020 --- /dev/null +++ b/another_file.txt @@ -0,0 +1,4 @@ +This is Monique Parrish + +I am a Senior Computer Engineer Student at NAU and I am planning to get my master's in EE + From 2e82f7eb3d9918d8990d943d190349795a0ce84f Mon Sep 17 00:00:00 2001 From: Monique Parrish Date: Thu, 26 Oct 2023 20:44:52 -0700 Subject: [PATCH 2/2] hello world text --- another_file.txt | 4 ---- hello_world.txt | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 another_file.txt create mode 100644 hello_world.txt diff --git a/another_file.txt b/another_file.txt deleted file mode 100644 index b9cd9020..00000000 --- a/another_file.txt +++ /dev/null @@ -1,4 +0,0 @@ -This is Monique Parrish - -I am a Senior Computer Engineer Student at NAU and I am planning to get my master's in EE - diff --git a/hello_world.txt b/hello_world.txt new file mode 100644 index 00000000..980a0d5f --- /dev/null +++ b/hello_world.txt @@ -0,0 +1 @@ +Hello World!