Skip to content

Commit 5726dcd

Browse files
committed
Init
1 parent aaa3fe4 commit 5726dcd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

dub.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"authors": [
3+
"uiman"
4+
],
5+
"copyright": "Copyright © 2019, uiman",
6+
"description": "A minimal D application.",
7+
"license": "proprietary",
8+
"name": "uim-angular"
9+
}

source/app.d

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import std.stdio;
2+
3+
void main()
4+
{
5+
writeln("Edit source/app.d to start your project.");
6+
}

0 commit comments

Comments
 (0)