diff --git a/hello.java b/hello.java index d597b00..dfc4163 100644 --- a/hello.java +++ b/hello.java @@ -1,8 +1,8 @@ public class hello { public static void main(String[] args) { - int a=99999900; + int a=100; System.out.println("This was a file for test repo"); - //This line was added by ambika! + //This line was added by gourish } }