Angabe Teamaufgabe

This commit is contained in:
Anton Ertl
2022-04-04 18:10:27 +02:00
commit 14c9bbc3ba
14 changed files with 262 additions and 0 deletions

8
src/Simulation.java Normal file
View File

@ -0,0 +1,8 @@
public class Simulation {
public static void main(String[] args) {
//TODO: please use this class to run your simulation
}
}