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