From ffeb00854902e62e962b2a46a44dabe95057ad84 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 11 May 2023 09:37:49 -0400 Subject: [PATCH 1/2] typos fixed, adds gitignore for out dir --- .gitignore | 1 + .idea/misc.xml | 2 +- .../JavaIntro3Debrief/com/example/main/Main.class | Bin 576 -> 0 bytes src/com/example/main/Main.java | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore delete mode 100644 out/production/JavaIntro3Debrief/com/example/main/Main.class diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89f9ac0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +out/ diff --git a/.idea/misc.xml b/.idea/misc.xml index 860c388..055d272 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/out/production/JavaIntro3Debrief/com/example/main/Main.class b/out/production/JavaIntro3Debrief/com/example/main/Main.class deleted file mode 100644 index 1c7970707de4badbaed12dd45b9795f6f651c6d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmZva%TB^T6o&s1w6s=15WMT?!hj3AaNz>thJ-{@FA0JRS3{lPkX}eBMjuNTnz--* zd?@1?BvF%gaXNF(neYGGGoN4Y9{?KIvoM2Z@uZy>#dVXmP< zm7FkSs Date: Thu, 11 May 2023 14:25:20 -0400 Subject: [PATCH 2/2] solution to exercises --- .idea/misc.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 055d272..8210f62 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ - + + + \ No newline at end of file