Instantly share code, notes, and snippets.
Line 2 should read 1 : Int (not 1.0 : Int)
1 : Int
1.0 : Int
This comment has been minimized.
Line 2 should read
1 : Int
(not1.0 : Int
)