Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 180 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 180 Bytes

Milestone 1 - Interpreting minimal Hello World example

#!/usr/bin/env ichop

42 | stdout

should print 42 on the terminal. Where stdout is a hard-coded function.