Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 414 Bytes

The most simple Turing Machine

The Wolfram's 2-state 3-symbol Turing machine is the world's most simple turing machine using a very very simple rewriting machine. This is a very simple implementation of that algorithm in the most basic terms just to have fun with it. This is all you have to run it:

% go run turing/main.go