old-java-games

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e0905bcac40149ca22c0b4281b438d26c7dc3801
parent e7adedf4718df394b5c4cd6ae138f77159063e77
Author: mpizzzle <michael.770211@gmail.com>
Date:   Sat,  2 Mar 2019 12:57:35 +0000

putting Easter.java in default package

Diffstat:
MEaster/Easter.java | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Easter/Easter.java b/Easter/Easter.java @@ -1,6 +1,3 @@ -package Easter; - - public class Easter { private static String USER1 = "Michael"; @@ -108,4 +105,4 @@ public class Easter return result; } -}- \ No newline at end of file +}