Setup framework for running days from single command
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
int calculate() {
|
||||
return 6 * 7;
|
||||
}
|
||||
3
lib/day1/main.dart
Normal file
3
lib/day1/main.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
void run() {
|
||||
print("Hello World Day 1");
|
||||
}
|
||||
Reference in New Issue
Block a user