Monicelli is an esoteric programming language inspired by the legendary Italian comedy movie Amici Miei
Follow the instructions at the Monicelli README to build a compiler, then simply run “mcc mcc gcd.mc -o gcd” to compile, and “./gcd” to run. The program expects two integers from stdin, and will compute the greatest common divisor, using Euclid’s algorithm.