Aufgabenblatt 3
This commit is contained in:
11
src/Simulation3.java
Normal file
11
src/Simulation3.java
Normal 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'.
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user