From instruction: Draw a straight line and follow it
Code: Chung-chieh Shan by ccshan
Seek the end of an infinite list.
main = print (last (repeat ()))
[download]
Written in Haskell. Released under the MIT License licenseFrom instruction: Draw a straight line and follow it
Seek the end of an infinite list.
main = print (last (repeat ()))
[download]
Written in Haskell. Released under the MIT License license