Search found 1 match

by Balian_von_Ibelin
Wed Jan 06, 2021 12:09 pm
Forum: Challenges Solved
Topic: The Powers That Be
Replies: 27
Views: 2904

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