eugeneli/TuringCompleteSandbox
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README ====== Run make in the source directory or do g++ main.cpp Sandbox.cpp Sandbox.h -o sandbox Run the example programs by doing: ./sandbox count.txt ./sandbox fibonacci.txt or launch the sandbox and type "load" or "LOAD" to have it prompt you for the filename of your progam EXAMPLE PROGRAMS ================ Program to count from 10 to 1: count.txt Program to compute first 10 fibonacci numbers: fibonacci.txt Full documentation is in the documentation.pdf file.