Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Intercal

Installation

On Debian like systems Intercal can be installed with the following command:

sudo apt install clc-intercal

Compile Your Code

You can compile your code with the following:

ick hello_world.i

Run Your Code

Finally you can run your code using the following command:

./hello_world