We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa3fe4 commit 5726dcdCopy full SHA for 5726dcd
dub.json
@@ -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
@@ -0,0 +1,6 @@
+import std.stdio;
+
+void main()
+ writeln("Edit source/app.d to start your project.");
0 commit comments