cedric
robinschumann 2022-11-16 22:01:32 +01:00
parent b622382c8d
commit db820e6578
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored 100644
View File

@ -0,0 +1 @@
/bin/

5
src/UI/test.java 100644
View File

@ -0,0 +1,5 @@
package UI;
public class test {
//test
}

View File

@ -0,0 +1,5 @@
package domain;
public class test {
//test
}