From d95b6fbfc93a0f8eaac137318586302e62028b78 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Mon, 10 Jun 2019 15:05:55 -0700 Subject: [PATCH] Starting a new version of Java Pathfinder. --- examples/HelloWorld.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/HelloWorld.java b/examples/HelloWorld.java index 946bf3b..1ac8f4b 100644 --- a/examples/HelloWorld.java +++ b/examples/HelloWorld.java @@ -3,5 +3,6 @@ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); + } -} \ No newline at end of file +} -- 2.34.1