hello-world.ibcm
Prints "Hello world!".
These files were written by Aaron Bloomfield and were retrieved from github.com/uva-cs/pdr.
-
summation.ibcm
Computes the sum of all numbers from 1 to a number inputted. -
array-summation.ibcm
Computes the sum of an array starting at the first value inputted, with a length of the second number inputted. -
multiply.ibcm
Computes the product of the two inputted numbers. -
turing.ibcm
Simulated a Turing machine which preforms a 4 state Busy Beaver automation.