From 2c7d7ab3baabf22570bd0678dd875ada40c9bc8b Mon Sep 17 00:00:00 2001
From: Andrej Rasevic <andrej@rasevicengineering.com>
Date: Tue, 7 Jan 2025 16:56:05 -0500
Subject: [PATCH] adding exercise 1

---
 Exercises/Exercise1/Exercise1_Description.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 Exercises/Exercise1/Exercise1_Description.md

diff --git a/Exercises/Exercise1/Exercise1_Description.md b/Exercises/Exercise1/Exercise1_Description.md
new file mode 100644
index 0000000..b65fc2e
--- /dev/null
+++ b/Exercises/Exercise1/Exercise1_Description.md
@@ -0,0 +1,9 @@
+# Exercise 1: 
+
+## Due Date: Thursday, January 9, 2025 11:55 PM EST
+## Objectives: To get familiar with our git workflow for distributiing course materials and submitting projects.
+
+## Specifications/Requirements
+1. You need to create a new file inside of the Exercise1 direcctory named __Submission.md__. In that file you need to write what you hope to get out of the course as well as one topic not listed on the syllabus that you would like me to discuss.
+
+2. To deliver your submission you will need to commit your changes locally and push to your repo on the university gitlab server. You __MUST__ verify that your push was successful by logging into gitlab and verifying that you can see your files.
-- 
GitLab