diff --git a/demo.java b/demo.java index 6cb5a0a..5333784 100644 --- a/demo.java +++ b/demo.java @@ -1 +1,2 @@ -demo2 file \ No newline at end of file +demo2 file +//DEMO BCAF diff --git a/hello.java b/hello.java index d597b00..7c64f13 100644 --- a/hello.java +++ b/hello.java @@ -1,8 +1,7 @@ public class hello { public static void main(String[] args) { - int a=99999900; + int a=42; System.out.println("This was a file for test repo"); - //This line was added by ambika! - } + } }