diff --git a/demo.java b/demo.java index 6cb5a0a..ae762ff 100644 --- a/demo.java +++ b/demo.java @@ -1 +1,4 @@ -demo2 file \ No newline at end of file +demo2 file +demo by varshini +/comment +/comment diff --git a/hello.java b/hello.java index f28c252..96c1560 100644 --- a/hello.java +++ b/hello.java @@ -1,7 +1,7 @@ public class hello { public static void main(String[] args) { - int a=99999900; + int b=9; System.out.println("This was a file for test repo"); } }