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