Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 928 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 928 Bytes

HAI WORLD LOL

"Hello user" implementation in esoteric programming language LOLCODE.

Demo video on YouTube.

LOL Demo video in YouTube

Prerequisites

For building and running the app, you first need to build the LOLCODE interpreter:

  1. get the LOLCODE interpreter lci by Justin Meza.
  2. install C/C++ compiler if not yet on your machine.
  3. install CMake for building the lci interpreter.

See Meza's instructions on how to build lci using CMake.

Running

After building and installing lci, you can run hello.lol using lci:

lci hello.lol

Enter your name and the app prints out a greeting. Then the app exits. Try also giving an empty name.

Who did this

(c) Antti Juustila, 2019