Skip to content

Commit

Permalink
📄 Updated tic-tac-toe example!
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Nov 10, 2022
1 parent b2ac96e commit 4e863cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tic-tac-toe/tic-tac-toe_demo.ezr
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Check_result do
end
end

return convert(convert(full, 'INT'), 'STRING')
return convert(convert(full, 'Int'), 'String')
end

@ Function to register the players' current move
Expand Down

0 comments on commit 4e863cf

Please sign in to comment.