First commit of the cupcake kata. The toppings are implemented
This commit is contained in:
5
src/Main.java
Normal file
5
src/Main.java
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
void main(String[] args) {
|
||||
var app = new Application();
|
||||
app.run();
|
||||
}
|
||||
Reference in New Issue
Block a user