Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 569 Bytes

README.org

File metadata and controls

6 lines (5 loc) · 569 Bytes

README

Code

Monicelli is an esoteric programming language inspired by the legendary Italian comedy movie Amici Miei

Compile and Run

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.