From cbb2e48176f3a219b2cf7137f0c2539c67ac28cf Mon Sep 17 00:00:00 2001 From: tjsus <tjsus@172.20.147.19> Date: Tue, 27 Aug 2024 11:45:05 -0700 Subject: [PATCH] Assignment 3 starting code added. --- .../homework3/Smith/ExampleSimulationProgram.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Smith/ExampleSimulationProgram.java b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Smith/ExampleSimulationProgram.java index 88b852bfc0..a5e42691d8 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Smith/ExampleSimulationProgram.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Smith/ExampleSimulationProgram.java @@ -1,7 +1,7 @@ /** * Copyright (c) 2008-2023, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved. * This work is provided under a BSD open-source license, see project license.html or license.txt - * @author brutzman@nps.edu + * @author tjsus */ package MV3500Cohort2024JulySeptember.homework3.Smith; -- GitLab