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.
So the compiler adds the value to the value? And that's faster than bitshifting? Huh, that's interesting.
It was faster at the beggining (like years ago) but now precesors are stronger and there is no point in doing it. You should not do it because it is easy to make mistakes and it is not clear enought.
This comment is hidden because it contains spoiler information about the solution
What's happening here?? o_O
'alr approved some time ago'
I like your solution being simple and effective
Is anyone able to take a look at my Go translation of the Simple Assembly Interpreter kata please? https://www.codewars.com/kumite/5ea0a484a1da4f0011eda445?sel=5ea0a484a1da4f0011eda445
Go translation - First time translating for me, let me know if there are any issues :)