diff --git a/examples/hello_intro.gs b/examples/hello_intro.gs deleted file mode 100644 index 2d9cdf3..0000000 --- a/examples/hello_intro.gs +++ /dev/null @@ -1,6 +0,0 @@ -echo* (get "https://gaiman.js.org/intro.txt"), 5 -echo "" -echo* "Welcome to Gaiman\n", 50 -echo "What is your name?" -let name = ask "name: " -echo "Hello $name, nice to meet you." \ No newline at end of file