Skip to content

Commit

Permalink
Fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Jul 15, 2021
1 parent af4b0fa commit e9f36c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/data.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1811,10 +1811,7 @@ Hint: Read up on quines if you get stuck
but it’s worth the effort to solve it independently if you can!
Fun fact: Gus is the name of the 4Clojure dragon."
:tests ["(= (__ '(fn [x] (__ x x))
'(fn [x] (__ x x)))
((fn [x] (__ x x))
'(fn [x] (__ x x))))"]
:tests ["(= (str '__) (__))"]
:difficulty "hard"
:tags ["logic" "fun" "brain-teaser"]}

Expand Down

0 comments on commit e9f36c8

Please sign in to comment.