3 lines
77 B
Haskell
3 lines
77 B
Haskell
|
|
main :: IO ()
|
||
|
|
main = mapM_ print $ [tail, init, init . tail] <*> ["knights"]
|