"Hello user" implementation in esoteric programming language LOLCODE.
Demo video on YouTube.
For building and running the app, you first need to build the LOLCODE interpreter:
- get the LOLCODE interpreter lci by Justin Meza.
- install C/C++ compiler if not yet on your machine.
- install CMake for building the lci interpreter.
See Meza's instructions on how to build lci using CMake.
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.
(c) Antti Juustila, 2019