Simple simulation of a Turing Machine in C# which reads reads instructions from a virtual tape machine (txt file), computes the results given rules encoded on that tape, and then writes to the tape
Open .sln and run Program.cs to output results to console