Skip to content

Commit ffeb008

Browse files
author
=
committed
typos fixed, adds gitignore for out dir
1 parent 73c792d commit ffeb008

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
out/

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

src/com/example/main/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void main(String[] args) {
1313

1414
//create an array (not an ArrayList) called favoriteColors that holds five strings with your favoriteColors and print the entire array to the screen.
1515

16-
//Change the third element of facoriteColors to a different color and print that element to the sceen
16+
//Change the third element of favoriteColors to a different color and print that element to the screen
1717

1818
//Declare and initialize and array of type int called numbers to hold 1000 elements (this should be used later in the loop exercise)
1919

0 commit comments

Comments
 (0)