Initialized dub
This commit is contained in:
parent
a4e4c3a6ee
commit
1166a44c28
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"authors": [
|
||||
"Tristan B. Kildaire"
|
||||
],
|
||||
"copyright": "Copyright © 2020, Tristan B. Kildaire",
|
||||
"description": "A minimal D application.",
|
||||
"license": "proprietary",
|
||||
"name": "tristanable",
|
||||
"targetType": "library"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writeln("Edit source/app.d to start your project.");
|
||||
}
|
Loading…
Reference in New Issue