diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 00000000..ee6818cd --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,9 @@ +public class HelloWorld{ + + public static void main(int[] args){ + + System.out.println("Hello World"); + System.out.println("New change again"); + System.out.println("Test branch"); + } +} diff --git a/text.txt b/text.txt new file mode 100644 index 00000000..d89c779f --- /dev/null +++ b/text.txt @@ -0,0 +1,3 @@ +Hello! + +This is pretty simple.