First commit of the cupcake kata. The toppings are implemented

This commit is contained in:
Namu
2025-10-02 11:46:49 +02:00
commit 379500c1c8
13 changed files with 233 additions and 0 deletions

5
src/Main.java Normal file
View File

@@ -0,0 +1,5 @@
void main(String[] args) {
var app = new Application();
app.run();
}