Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The issue is fixed
For Golang:
Something wrong with the random tests
Random tests
Log
[^][ ][ ]__
[x][ ][ ]__
[ ][ ][ ]
Arrow is aimed: true
Expected
: true
to equal
: false
The same program in vscode:
[^][ ][ ]_
[x][ ][ ]_
[ ][ ][ ]_
Arrow is aimed: false
Random tests
Log
[ ][ ][ ][ ][ ]__
[ ][ ][ ][ ][ ]__
[ ][ ][ ][ ][ ]__
[ ][ ][ ][x][ ]__
[^][ ][ ][ ][ ]__
Arrow is aimed: true
Expected
: true
to equal
: false
The same program in vscode:
[ ][ ][ ][ ][ ]__
[ ][ ][ ][ ][ ]__
[ ][ ][ ][ ][ ]__
[ ][ ][ ][x][ ]__
[^][ ][ ][ ][ ]__
Arrow is aimed: false
!!!!!!! ============= !!!!!!!!
Another ramdom tests case:
[ ][ ][ ][ ][ ]__
[>][ ][ ][ ][x]__
[ ][ ][ ][ ][ ]__
[ ][ ][ ][ ][ ]__
[ ][ ][ ][ ][ ]__
Arrow is aimed: true
Expected
: true
to equal
: false
Why false is expected here?