Refactor for AB3

This commit is contained in:
2022-03-31 17:49:49 +02:00
parent 8c67e157d5
commit cf4c1ad9d0
3 changed files with 81 additions and 60 deletions

View File

@ -1,11 +1,12 @@
// Simulates the formation of a massive solar system.
//
/**
* Simulates the formation of a massive solar system.
*/
public class Simulation3 {
// The main simulation method using instances of other classes.
/**
* 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'.
}
}