From e2bc998032eb8901c2cacd21b4de0fb1787c5ea6 Mon Sep 17 00:00:00 2001 From: Souhardya-Ganguly Date: Mon, 18 Oct 2021 10:20:39 +0530 Subject: [PATCH] Added hello world in lolcode --- lolcode/README.md | 7 +++++++ lolcode/hello_world.lo | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 lolcode/README.md create mode 100644 lolcode/hello_world.lo diff --git a/lolcode/README.md b/lolcode/README.md new file mode 100644 index 0000000..555ceea --- /dev/null +++ b/lolcode/README.md @@ -0,0 +1,7 @@ +# PREREQUISITE + ============ + Lolcode interpreter must be installed + + + + diff --git a/lolcode/hello_world.lo b/lolcode/hello_world.lo new file mode 100644 index 0000000..33d4e2c --- /dev/null +++ b/lolcode/hello_world.lo @@ -0,0 +1,3 @@ +HAI 1.2 + VISIBLE "Hello, World!" +KTHXBYE \ No newline at end of file