diff --git a/GitPractice/src/Main.java b/GitPractice/src/Main.java new file mode 100644 index 00000000..87a8bb70 --- /dev/null +++ b/GitPractice/src/Main.java @@ -0,0 +1,9 @@ +public class Main { + public static void main(String[] args) { + System.out.println("Hello world!"); + System.out.println("I have fixed the issue"); + System.out.println("Updated master"); + System.out.println("Changed file"); + } + +} \ No newline at end of file diff --git a/GitPractice/src/ex.html b/GitPractice/src/ex.html new file mode 100644 index 00000000..2dd7ab64 --- /dev/null +++ b/GitPractice/src/ex.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file