- Used linked lists to separate the multiplier from the UTF-8 unicode.
- Used loops and conditions for a straightforward solution to decode the message.
-
The usual
$ python3 main.py
-
Input redirection
$ python3 main.py < input.txt
-
Input and output redirection
$ python3 main.py < input.txt > output.txt