Aufgabenblatt 3

This commit is contained in:
Anton Ertl
2022-03-28 15:32:44 +02:00
parent 06d7e6dfaf
commit 324626f5eb
5 changed files with 314 additions and 0 deletions

11
src/Simulation3.java Normal file
View File

@ -0,0 +1,11 @@
// Simulates the formation of a massive solar system.
//
public class Simulation3 {
// The main simulation method using instances of other classes.
public static void main(String[] args) {
//TODO: change implementation of this method according to 'Aufgabenblatt3.md'.
}
}