diff --git a/.idea/misc.xml b/.idea/misc.xml index cf9abe6..cbbff6a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/Error1.png b/Error1.png new file mode 100644 index 0000000..74fb1a9 Binary files /dev/null and b/Error1.png differ diff --git a/Error10.png b/Error10.png new file mode 100644 index 0000000..f7ba8b1 Binary files /dev/null and b/Error10.png differ diff --git a/Error2.png b/Error2.png new file mode 100644 index 0000000..7521c30 Binary files /dev/null and b/Error2.png differ diff --git a/Error3.png b/Error3.png new file mode 100644 index 0000000..179e3b8 Binary files /dev/null and b/Error3.png differ diff --git a/Error4.png b/Error4.png new file mode 100644 index 0000000..a6a68bc Binary files /dev/null and b/Error4.png differ diff --git a/Error5.png b/Error5.png new file mode 100644 index 0000000..10b88a4 Binary files /dev/null and b/Error5.png differ diff --git a/Error6.png b/Error6.png new file mode 100644 index 0000000..903e4b3 Binary files /dev/null and b/Error6.png differ diff --git a/Error7.png b/Error7.png new file mode 100644 index 0000000..a46d6a9 Binary files /dev/null and b/Error7.png differ diff --git a/Error8.png b/Error8.png new file mode 100644 index 0000000..2d998ca Binary files /dev/null and b/Error8.png differ diff --git a/Error9.png b/Error9.png new file mode 100644 index 0000000..47de498 Binary files /dev/null and b/Error9.png differ diff --git a/README.md b/README.md index 5af4725..335072b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Commit various errors in the Hello World program to observe and understand the c 1. Fork this repository to your own GitHub account. 2. Clone the forked repository locally to your machine. -3. Create a new branch named Feature001. +3. Create a new branch named Feature01. ## Instructions Make each of the modifications listed below, and perform the steps noted after #10 for each error: @@ -35,7 +35,7 @@ Save each error message screenshot like error01.png, error02.png, ..., errorN.pn ## Submission Just as you did in the first lab (Reference the Lab video in your Week 1 module): 1. create a Feature01 branch of your code if you haven't already. -2. Commit your working code and images to your local copy/Feature001 branch +2. Commit your working code and images to your local copy/Feature01 branch 3. Push it to your Remote/origin branch (i.e. GitHub: Feature01 -> origin/Feature01) 4. Then issue a Pull request to my instructor repo -5. **Make sure to COPY the Pull request URL and submit it for the lab/assignment in Canvas.** \ No newline at end of file +5. **Make sure to COPY the Pull request URL and submit it for the lab/assignment in Canvas.** diff --git a/src/HelloWorld.java b/src/HelloWorld.java index 16123db..2a04c72 100644 --- a/src/HelloWorld.java +++ b/src/HelloWorld.java @@ -1,7 +1,9 @@ public class HelloWorld { - public static void main(String[] args) { + public static void main(String[] args) { System.out.println("Hello World"); } } + +//John Matney Errors \ No newline at end of file