Allow the author to specify multiple correct outputs: ```toml [[packet.problems.tests]] input = "..." ouput = ["hello", "world"] ``` Something like this should be pretty straight-forward to do with an enum
Allow the author to specify multiple correct outputs:
Something like this should be pretty straight-forward to do with an enum