From 189b694c26f71ddd530f5ed29d284f8879ff6a08 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 22 Nov 2023 21:26:14 +0100 Subject: [PATCH] commit --- README.md | 3 --- TestMyBranch.java | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 README.md create mode 100644 TestMyBranch.java 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; + } +}