mirror of
https://github.com/HenkKalkwater/aoc-2020
synced 2024-11-22 11:05: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.");
|
|
}
|