From 29a63cbf0b85f9d0244c1f7755769457a626106e Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Thu, 24 Jan 2019 10:09:38 -0500 Subject: [PATCH 01/12] This updates the hello java program. --- helloWorkshop.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index d7d912e..ac7818f 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -7,9 +7,10 @@ public static void main(String[] args) { System.out.println("for use in workshop exercises."); System.out.println("This is on the master branch"); System.out.println("This file is written in Java."); + System.out.println("Wow!");; System.out.println("Isn't this exciting?"); System.out.println("Maybe?"); System.out.println("Okay then."); System.out.println("Goodbye Workshop!"); } -} \ No newline at end of file +} From db488d91d7ce59758c832e352e0a6b7394385e60 Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Thu, 24 Jan 2019 12:17:35 -0500 Subject: [PATCH 02/12] This updates the hello java program. --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index ac7818f..dbbaec8 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -7,7 +7,7 @@ public static void main(String[] args) { System.out.println("for use in workshop exercises."); System.out.println("This is on the master branch"); System.out.println("This file is written in Java."); - System.out.println("Wow!");; + System.out.println("Wow!"); System.out.println("Isn't this exciting?"); System.out.println("Maybe?"); System.out.println("Okay then."); From be6e3f0b9398cd0920d1e1cb1774ee40da98f8f5 Mon Sep 17 00:00:00 2001 From: petra-sargent <33529895+petra-sargent@users.noreply.github.com> Date: Thu, 24 Jan 2019 12:23:53 -0500 Subject: [PATCH 03/12] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f9e408 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# greetings +Simple java hello world type of program for use in demonstrations From 90e879b07b2efdf9edbedc2d94b933db17574b9c Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Fri, 25 Jan 2019 14:55:23 -0500 Subject: [PATCH 04/12] This adds a comment. --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index dbbaec8..64f2f66 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -11,6 +11,6 @@ public static void main(String[] args) { System.out.println("Isn't this exciting?"); System.out.println("Maybe?"); System.out.println("Okay then."); - System.out.println("Goodbye Workshop!"); + System.out.println("Goodbye Workshop! Good Luck"); } } From c33795989b331d036c2b8e6128f10dffbc45cd45 Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Fri, 25 Jan 2019 15:15:01 -0500 Subject: [PATCH 05/12] This adds a commit. --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 64f2f66..6b069b4 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -11,6 +11,6 @@ public static void main(String[] args) { System.out.println("Isn't this exciting?"); System.out.println("Maybe?"); System.out.println("Okay then."); - System.out.println("Goodbye Workshop! Good Luck"); + System.out.println("Goodbye Workshop! Good Luck! See you soon"); } } From e5bafd9beac3bc4d8e9bb45835b6cfbcf272ec97 Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Fri, 25 Jan 2019 15:28:36 -0500 Subject: [PATCH 06/12] This is a build only on PR events. --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 6b069b4..f17a005 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -10,7 +10,7 @@ public static void main(String[] args) { System.out.println("Wow!"); System.out.println("Isn't this exciting?"); System.out.println("Maybe?"); - System.out.println("Okay then."); + System.out.println("Okay then. Talk to you later"); System.out.println("Goodbye Workshop! Good Luck! See you soon"); } } From 73d5263535598605d2410870acd280662a52160d Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Fri, 25 Jan 2019 15:58:42 -0500 Subject: [PATCH 07/12] This is a build only on PR events. Retry. --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index f17a005..3170d49 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -8,7 +8,7 @@ public static void main(String[] args) { System.out.println("This is on the master branch"); System.out.println("This file is written in Java."); System.out.println("Wow!"); - System.out.println("Isn't this exciting?"); + System.out.println("Isn't this exciting? Yes, it is!"); System.out.println("Maybe?"); System.out.println("Okay then. Talk to you later"); System.out.println("Goodbye Workshop! Good Luck! See you soon"); From 6f089964bc7d91d039c454518a7a06899eee1912 Mon Sep 17 00:00:00 2001 From: petra-sargent <33529895+petra-sargent@users.noreply.github.com> Date: Fri, 25 Jan 2019 17:23:09 -0500 Subject: [PATCH 08/12] Update This is a test --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 3170d49..be813e2 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -10,7 +10,7 @@ public static void main(String[] args) { System.out.println("Wow!"); System.out.println("Isn't this exciting? Yes, it is!"); System.out.println("Maybe?"); - System.out.println("Okay then. Talk to you later"); + System.out.println("Okay then. Talk to you later! Have a great weekend"); System.out.println("Goodbye Workshop! Good Luck! See you soon"); } } From c1a21caba89a4e6a6b77c038833d6eb18b438f81 Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Mon, 28 Jan 2019 10:02:32 -0500 Subject: [PATCH 09/12] This is a build only on PR events. Retry on Mon. --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 3170d49..27b5c5c 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -3,7 +3,7 @@ class helloWorkshop { public static void main(String[] args) { System.out.println("Greetings Workshop!"); - System.out.println("This is an example file"); + System.out.println("This is an example Java file"); System.out.println("for use in workshop exercises."); System.out.println("This is on the master branch"); System.out.println("This file is written in Java."); From 153f71c94314373dad11773aa10c5c6ecb209164 Mon Sep 17 00:00:00 2001 From: petra-sargent <33529895+petra-sargent@users.noreply.github.com> Date: Mon, 28 Jan 2019 11:05:58 -0500 Subject: [PATCH 10/12] Update helloWorkshop.java --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 50d3045..8e7a221 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -11,6 +11,6 @@ public static void main(String[] args) { System.out.println("Isn't this exciting? Yes, it is!"); System.out.println("Maybe?"); System.out.println("Okay then. Talk to you later! Have a great weekend"); - System.out.println("Goodbye Workshop! Good Luck! See you soon"); + System.out.println("Goodbye Workshop! Good Luck! See you soon. Hasta La Vista, baby"); } } From 98eb86000e1e995eea93201dd83b221857f6da85 Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Mon, 28 Jan 2019 14:31:32 -0500 Subject: [PATCH 11/12] This updates the code -build on commit selected --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 8e7a221..8814dc6 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -7,7 +7,7 @@ public static void main(String[] args) { System.out.println("for use in workshop exercises."); System.out.println("This is on the master branch"); System.out.println("This file is written in Java."); - System.out.println("Wow!"); + System.out.println("Wow! This is amazing!"); System.out.println("Isn't this exciting? Yes, it is!"); System.out.println("Maybe?"); System.out.println("Okay then. Talk to you later! Have a great weekend"); From d574e63961003947ef8806559bd24ee72562fb6d Mon Sep 17 00:00:00 2001 From: Petra Sargent Date: Wed, 6 Mar 2019 10:41:39 -0500 Subject: [PATCH 12/12] Adding that I love to code --- helloWorkshop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorkshop.java b/helloWorkshop.java index 8814dc6..28cee0b 100644 --- a/helloWorkshop.java +++ b/helloWorkshop.java @@ -7,7 +7,7 @@ public static void main(String[] args) { System.out.println("for use in workshop exercises."); System.out.println("This is on the master branch"); System.out.println("This file is written in Java."); - System.out.println("Wow! This is amazing!"); + System.out.println("Wow! This is amazing! I love to code!"); System.out.println("Isn't this exciting? Yes, it is!"); System.out.println("Maybe?"); System.out.println("Okay then. Talk to you later! Have a great weekend");