AdventOfCode2021/source/app.d

8 lines
77 B
D
Raw Normal View History

2021-12-01 07:39:14 +00:00
import std.stdio;
2021-12-05 07:55:58 +00:00
import day5.part1;
2021-12-01 07:39:14 +00:00
void main() {
2021-12-05 07:55:58 +00:00
hydrothermalVents();
2021-12-01 07:39:14 +00:00
}