1
0
Fork 0
mirror of https://github.com/HenkKalkwater/aoc-2020 synced 2024-05-19 21:12:42 +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

5
dub.sdl Normal file
View file

@ -0,0 +1,5 @@
name "aoc-2020"
description "Advent of Code 2020"
authors "Chris Josten"
copyright "Copyright © 2020, Chris Josten"
license "MIT"

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.");
}