I have two files like: program.lol text.txt
Then, I would like to run the LOLCODE code passing the name of the text file as argument with some syntax like:
./interpreter program.lol text.txt
I would like to print the contents of the text file, but I do not know how to pass and read the arguments.
Any ideas?