mirror of
https://github.com/HenkKalkwater/aoc-2020
synced 2024-11-22 19:15:18 +00:00
7 lines
89 B
D
7 lines
89 B
D
|
import std.stdio;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
writeln("Edit source/app.d to start your project.");
|
||
|
}
|