An error occurred
We received the following error when we ran your code:
custom_set_test.odin(13:10) Error: Cannot assign value 'result' of type 'string' to 'Set' in a procedure argument
delete(result)
^~~~~^
I'm new to odin so forgive me if this is a red herring, but I think it's an internal issue of the test runner itself, and not an issue with the code on the left.

An error occurred
We received the following error when we ran your code:
custom_set_test.odin(13:10) Error: Cannot assign value 'result' of type 'string' to 'Set' in a procedure argument
delete(result)
^~~~~^
I'm new to odin so forgive me if this is a red herring, but I think it's an internal issue of the test runner itself, and not an issue with the code on the left.