From 636db15bbd1d86fd00734c9a7a35bacc43a6a740 Mon Sep 17 00:00:00 2001 From: csprtheghst Date: Sun, 21 Jan 2024 17:08:48 -0800 Subject: [PATCH] Completed Java Assignment 001 --- Java-Assignment-001.iml | 2 +- src/HelloWorld.java | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Java-Assignment-001.iml b/Java-Assignment-001.iml index e1006ff..9f99ef9 100644 --- a/Java-Assignment-001.iml +++ b/Java-Assignment-001.iml @@ -3,7 +3,7 @@ - + diff --git a/src/HelloWorld.java b/src/HelloWorld.java index 16123db..0de69da 100644 --- a/src/HelloWorld.java +++ b/src/HelloWorld.java @@ -1,7 +1,16 @@ +/** +* +* @author Trevor Hartman +* @author Tanner Wilson +* +* @since Version 1.0 +* +*/ + public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } -} +} \ No newline at end of file