From 345b6ca42e135882428cf5f58077b54c9627e04b Mon Sep 17 00:00:00 2001 From: Amin <3008953> Date: Fri, 19 Apr 2024 15:52:39 +0200 Subject: [PATCH] first Commit --- PR2_UIB/.classpath | 11 +++++++++++ PR2_UIB/.gitignore | 1 + PR2_UIB/.project | 17 +++++++++++++++++ PR2_UIB/Exercises/Testat1/Test.java | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 PR2_UIB/.classpath create mode 100644 PR2_UIB/.gitignore create mode 100644 PR2_UIB/.project create mode 100644 PR2_UIB/Exercises/Testat1/Test.java diff --git a/PR2_UIB/.classpath b/PR2_UIB/.classpath new file mode 100644 index 0000000..655aa55 --- /dev/null +++ b/PR2_UIB/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/PR2_UIB/.gitignore b/PR2_UIB/.gitignore new file mode 100644 index 0000000..ae3c172 --- /dev/null +++ b/PR2_UIB/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/PR2_UIB/.project b/PR2_UIB/.project new file mode 100644 index 0000000..562f150 --- /dev/null +++ b/PR2_UIB/.project @@ -0,0 +1,17 @@ + + + PR2_UIB + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/PR2_UIB/Exercises/Testat1/Test.java b/PR2_UIB/Exercises/Testat1/Test.java new file mode 100644 index 0000000..3cbbb1d --- /dev/null +++ b/PR2_UIB/Exercises/Testat1/Test.java @@ -0,0 +1,5 @@ +package Testat1; + +public class Test { + +}