From edb61d1b09d2a5cbab7ff176d101821486915730 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 10 Sep 2020 15:28:12 +0200 Subject: [PATCH] added test file; added index file to prevent directory listing by web server --- code/hello.txt | 21 +++++++++++++++++++++ code/index.html | 25 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 code/hello.txt create mode 100644 code/index.html diff --git a/code/hello.txt b/code/hello.txt new file mode 100644 index 0000000..ad75cb2 --- /dev/null +++ b/code/hello.txt @@ -0,0 +1,21 @@ +3 +=cnt +\Hello, world! +enl +=hello +\ +=result +:loop +$result +$hello +cat +=result +$cnt +dec +=cnt +$cnt +0 +>loop +ggt +$result +end diff --git a/code/index.html b/code/index.html new file mode 100644 index 0000000..fca6e8f --- /dev/null +++ b/code/index.html @@ -0,0 +1,25 @@ + + + + + + CPPLS1 Eindopdracht 2021 + + + + + + + + + +

Nothing here. :-)

+ + +