TonyGuil / bbchallenge

Busy Beaver Challenge code and resultss
0 stars 1 forks source link

tiny typo #8

Closed colette-b closed 1 year ago

colette-b commented 1 year ago

https://github.com/TonyGuil/bbchallenge/blob/3cabab097685cf668cee5e59fe440c33a3af7962/FAR/FAR_Verifier.cpp#L221 used this for some debugging, I suppose it should have been

printf ("(%d %d) ", DFA[i][0], DFA[i][1]) ;
TonyGuil commented 1 year ago

Thank you!