From eca0f615cedac70d7ab62ac2eec9a6490afc0165 Mon Sep 17 00:00:00 2001 From: Grant Erickson Date: Thu, 21 Sep 2023 15:18:04 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 212ebb3..bf02d81 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ We will be using GitHub for all class lectures and assignments. All work will be - You can get added benefits for signing up for a free [GitHub Student Developer Pack](https://education.github.com/pack). - **IMPORTANT** : Please fill out this **[form](Insert Link)** with your GitHub information. This is used by us so we can appropriately grade assignments. + ## Prerequisites Here are the things that will be required to learn class concepts. The instructors will assume you already know these items. From 95407520120788b303a03942e944bfa265364342 Mon Sep 17 00:00:00 2001 From: Grant Erickson Date: Thu, 21 Sep 2023 15:20:15 -0700 Subject: [PATCH 2/3] Update readme.md --- Assignment1/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignment1/readme.md b/Assignment1/readme.md index 6ab77d9..945a54a 100644 --- a/Assignment1/readme.md +++ b/Assignment1/readme.md @@ -1 +1 @@ -Place assignment files here \ No newline at end of file +Place assignment 1 files in this folder. From eaa8b5a0924ea2f82cf468fc19e6594c236f5984 Mon Sep 17 00:00:00 2001 From: Grant Erickson Date: Thu, 21 Sep 2023 15:21:56 -0700 Subject: [PATCH 3/3] Create script.ps1 --- Assignment1/script.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Assignment1/script.ps1 diff --git a/Assignment1/script.ps1 b/Assignment1/script.ps1 new file mode 100644 index 0000000..e56b4f1 --- /dev/null +++ b/Assignment1/script.ps1 @@ -0,0 +1,2 @@ +# This is my PowerShell Script +echo "Hello World"