Open ergodicbreak opened 1 year ago
I'm sorry. That's a bug in my script translating the problems. It should look like so:
(tests
(__ '(1 2 3 4 5)) := false
(__ "racecar") := true
(__ [:foo :bar :foo]) := true
(__ '(1 1 3 3 1 1)) := true
(__ '(:a :b :c)) := false)
Hi, again I may just be unfamiliar with hyperfiddle, but for example the problem 27 test is
Do these need to be fixed?