Skip to content
Snippets Groups Projects
Commit 7f79bb4c authored by Vladislav Zavialov's avatar Vladislav Zavialov
Browse files

Add a space in (! 1)

parent 2736c4f7
No related branches found
No related tags found
No related merge requests found
import Data.Array
main :: IO ()
main = print (((!1).inc.inc.inc.inc.inc.inc.inc.inc.inc.inc) a)
main = print (((! 1).inc.inc.inc.inc.inc.inc.inc.inc.inc.inc) a)
size :: Int
size = 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment