We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311b4e5 commit 8d1729aCopy full SHA for 8d1729a
src/bin/example.rs
@@ -27,7 +27,7 @@ mod day1 {
27
}
28
29
30
-aoc::main! {
+aoc_main::main! {
31
year 2019;
32
day1 : generator => part_1, part_2
33
0 commit comments