Modulo A non recursive modulo calculator for large potencies. How to use? Compile with an compiler of your choice: gcc non_recursive_mod_op.c Utils/*.c -o modulo Pass in the modulo operation as first argument into the program and redirect the output to an readme/html file: ./modulo "235673 ^ 84523 mod 23" > test.md License GNU GPL-3.0 Noah Nagel