diff --git a/README.md b/README.md deleted file mode 100644 index 61eb6f6..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# my useful bashscripts -#test - diff --git a/TestMyBranch.java b/TestMyBranch.java new file mode 100644 index 0000000..40ae84e --- /dev/null +++ b/TestMyBranch.java @@ -0,0 +1,5 @@ +public class TestMyBranch { + public static void main(String[] args) { + int o; + } +}