Setup framework for running days from single command

This commit is contained in:
2025-11-30 11:08:31 -06:00
parent 69eaea8d09
commit 682e371e3c
5 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
int calculate() {
return 6 * 7;
}

3
lib/day1/main.dart Normal file
View File

@@ -0,0 +1,3 @@
void run() {
print("Hello World Day 1");
}