From b22463c2470578ffb50783f462c902869b9a8268 Mon Sep 17 00:00:00 2001 From: Berat Date: Sat, 5 Oct 2024 18:57:09 +0200 Subject: [PATCH] first commit --- PR2GitDemo/src/defaultt/Main.java | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PR2GitDemo/src/defaultt/Main.java diff --git a/PR2GitDemo/src/defaultt/Main.java b/PR2GitDemo/src/defaultt/Main.java new file mode 100644 index 0000000..a62538d --- /dev/null +++ b/PR2GitDemo/src/defaultt/Main.java @@ -0,0 +1,10 @@ +package defaultt; + +public class Main { + + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +}