From ff2dabded9d0a294d9411e0992dfa16fda9f7af3 Mon Sep 17 00:00:00 2001 From: Alberto Zugazagoitia Date: Fri, 15 Dec 2023 13:25:02 +0100 Subject: [PATCH] Update sourcefile.java --- src/normal/sourcefile.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/normal/sourcefile.java b/src/normal/sourcefile.java index 638c042..6b9b3c5 100644 --- a/src/normal/sourcefile.java +++ b/src/normal/sourcefile.java @@ -1,5 +1,5 @@ class Main{ public static void main(){ - System.out.println("I'm not important"); + System.out.println("I am not important"); } -} \ No newline at end of file +}