commit 345b6ca42e135882428cf5f58077b54c9627e04b Author: Amin <3008953> Date: Fri Apr 19 15:52:39 2024 +0200 first Commit 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 { + +}