Skip to content

Commit

Permalink
Fixed typo turing.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
sasagawa888 committed Sep 27, 2021
1 parent 7fcc913 commit 4993ed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/turing.pl
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
Turing machine in prolog
from Kaname Yoshida' book
from Kaname Yoshida's book
tm(State,Position,Tape).
state: q0.q1...qN)
position: start from 1
tape: list
?- tm(q0,2,[0,1,1,1,0,1,1,1,1,0]).
this calculates 2+3=5
Expand Down

0 comments on commit 4993ed7

Please sign in to comment.