From 8dbc035de4e3544a410f4b972f9be5ff9df13150 Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 14 Aug 2017 22:10:40 -0700 Subject: [PATCH] Added test interface --- src/quest-for-sundrop.jl | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/quest-for-sundrop.jl diff --git a/src/quest-for-sundrop.jl b/src/quest-for-sundrop.jl old mode 100644 new mode 100755 index 3eb5634..3f60b91 --- a/src/quest-for-sundrop.jl +++ b/src/quest-for-sundrop.jl @@ -11,5 +11,16 @@ include("../lib/io-extra.jl") include("../lib/story.jl") function main() - -end \ No newline at end of file + test = " + dfdsfdxfzdfzdfdzf + zdfzdfzdfzdf + zdfzdfzdfzdfzdf + zdfzdfzdf" + print("-----------------------------------\n") + print("| The Quest for Sun Drop |\n") + print(" ----------------------------------\n") + print("By: Justin and Lindsay\n") + + println(test, "\n") +end +main() \ No newline at end of file