Skip to content

andrewdea/monicelli-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

exercises in the Monicelli programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published