diff --git a/hello.java b/hello.java index f28c252..5579058 100644 --- a/hello.java +++ b/hello.java @@ -2,6 +2,6 @@ public class hello { public static void main(String[] args) { int a=99999900; - System.out.println("This was a file for test repo"); + System.out.println("This was a file for test repo by e36"); } }