1
0
Fork 0
mirror of https://github.com/HenkKalkwater/aoc-2020 synced 2024-11-22 19:15:18 +00:00
aoc-2020/source/app.d

7 lines
89 B
D
Raw Normal View History

2020-11-30 14:22:15 +00:00
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}