Sometimes when I solve a day, I take one approach to complete it, but once I've finished it, I think of a novel approach that I would like to try but I don't want to lose my original solution, and if possible, I would like to compare the performance of the two. Would it be possible to support class names like Day01b or something similar that allows us to register multiple solutions for the same day and have them appear in the results?
Sometimes when I solve a day, I take one approach to complete it, but once I've finished it, I think of a novel approach that I would like to try but I don't want to lose my original solution, and if possible, I would like to compare the performance of the two. Would it be possible to support class names like
Day01bor something similar that allows us to register multiple solutions for the same day and have them appear in the results?