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.
https://docs.codewars.com/training/troubleshooting#c-error-undefinedbehaviorsanitizer-segv-on-unknown-address-0x000000000000
A shot in the dark: maybe you try to access a pointer which points to 0?
yes
I changed tests a bit so now they should give better feedback why your test failed. Now, running your solution, I get following message:
Try this test case:
Assert::That(sum_strings("111111111111111111111111111111", "111111111111111111111111111111"), Equals("222222222222222222222222222222"));