1
0
Fork 0
mirror of https://github.com/HenkKalkwater/aoc-2020 synced 2025-09-05 17:52:44 +00:00

Secontial commit

This commit is contained in:
Chris Josten 2020-11-30 15:22:15 +01:00
parent be0addb088
commit 51afb9d03e
Signed by: chris
GPG key ID: 1795A594046530AB
2 changed files with 11 additions and 0 deletions

6
source/app.d Normal file
View file

@ -0,0 +1,6 @@
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}