From 98516e4b9a4fa767d1cca418b32d4ef2c4910fb9 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 04:40:51 +1300 Subject: [PATCH] Added DreamMaker Fixes: #456 Fixes: #512 Co-Authored-By: geraldfingburke --- README.md | 1 + d/dreammaker.dm | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 d/dreammaker.dm diff --git a/README.md b/README.md index 25295e78..e7c7292e 100755 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Dongbei](d/dongbei.dongbei) * [Dos](d/dos.bat) * [Draco](d/draco.d) +* [Dreammaker](d/dreammaker.dm) * [Drive In Window](d/Drive-In%20Window.diw) * [Dtrace](d/dtrace.d) * [Dup](d/DUP.dup) diff --git a/d/dreammaker.dm b/d/dreammaker.dm new file mode 100644 index 00000000..0946d41c --- /dev/null +++ b/d/dreammaker.dm @@ -0,0 +1,3 @@ +mob + Login() + world << "Hello World"