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.
I had the same idea! You can abstract a little bit upwards if you want to leverage monoids, but the idea is exactly what I was going for.
This comment is hidden because it contains spoiler information about the solution
no he is right, the labels "expected" and "but go" are twisted:
expected: "2" <---------------------------------here should be "but got"
but got: "23571113171923293137" <---------------------------------here should be "expected"
Are you sure, your p-command does it right??
in Haskell, answer of test case 'Sieve of Eratosthenes' is '2'. but when I run that test case on befunge-93 interpreter, output is '23571113171923293137'. I think it's wrong.