Renamed file.

This commit is contained in:
Andrew Lalis 2021-12-02 14:30:32 +01:00
parent f4b4845e38
commit d9f52222e4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import std.stdio;
import day1.part1; import day1.part1;
import day1.part2; import day1.part2;
import day2.part1; import day2.part1and2;
void main() { void main() {
dive2(); dive2();

View File

@ -1,4 +1,4 @@
module day2.part1; module day2.part1and2;
import std.file; import std.file;
import std.stdio; import std.stdio;