Figure out on how Unicode variants can work. #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using Unicode each unicode char are actually two, so approaching the apple from the right with a snake it takes a while before the apple gets eaten as the snake covers the printed piece, but not the logical piece.
Figure something out, maybe instead of
x==x
, maybe usex==x && x==x+1
. I dunno