Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
13
Task/Loops-Nested/Haskell/loops-nested-2.hs
Normal file
13
Task/Loops-Nested/Haskell/loops-nested-2.hs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
*Main> mapM_ (mapM_ print) $ taskLLB 20 [[2,6,17,5,14],[1,9,11,18,10],[13,20,8,7,4],[16,15,19,3,12]]
|
||||
2
|
||||
6
|
||||
17
|
||||
5
|
||||
14
|
||||
1
|
||||
9
|
||||
11
|
||||
18
|
||||
10
|
||||
13
|
||||
20
|
||||
Loading…
Add table
Add a link
Reference in a new issue