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.
This is obsolete forum, open issue in this repo: https://github.com/codewars/runner/issues requesting the same.
He's talking about little-endian (used here, which is why p[3] comes first) vs big-endian (where p[0] would come first). However AMD and Intel both use little-endian to my knowledge.
correct
Nope, everything is correct.
Not exactly sure what you said, but I'd be really surprised if this works on an Intel CPU but not an AMD one. You probably got various CPU vendors confused there.