summaryrefslogtreecommitdiff
path: root/tests/projects/dlang/console_with_pkgs/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-25 21:25:55 +0800
committerruki <[email protected]>2020-07-25 21:25:55 +0800
commit56c0819b70ee17f8f8f1f5d27d2f905ee34bb726 (patch)
treec66b687e7cb6280066be518a927ec32be65ba366 /tests/projects/dlang/console_with_pkgs/src
parent5d7d07a9d1a2f4728a0857ff42d9a8f09b34bee2 (diff)
improve dlang tests and template projects
Diffstat (limited to 'tests/projects/dlang/console_with_pkgs/src')
-rw-r--r--tests/projects/dlang/console_with_pkgs/src/main.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/dlang/console_with_pkgs/src/main.d b/tests/projects/dlang/console_with_pkgs/src/main.d
new file mode 100644
index 000000000..524c4f94c
--- /dev/null
+++ b/tests/projects/dlang/console_with_pkgs/src/main.d
@@ -0,0 +1,6 @@
+import std.stdio;
+
+void main()
+{
+ writeln("hello world!");
+}