solved it in haskell
x = show ((17^39)^11)
getX :: [Char] -> [Char]
getX "" = ""
getX y = head y : getX (drop 33 y)
getX x = solution
first time i can use it for something after i had to learn it while studying
Search found 1 match
- Wed Jan 06, 2021 12:09 pm
- Forum: Challenges Solved
- Topic: The Powers That Be
- Replies: 27
- Views: 3089