mirror of
https://github.com/HenkKalkwater/aoc-2020
synced 2024-11-22 02:55:18 +00:00
Secontial commit
This commit is contained in:
parent
be0addb088
commit
51afb9d03e
5
dub.sdl
Normal file
5
dub.sdl
Normal 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
6
source/app.d
Normal file
|
@ -0,0 +1,6 @@
|
|||
import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writeln("Edit source/app.d to start your project.");
|
||||
}
|
Loading…
Reference in a new issue