mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-22 03:01:31 +03:00
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
|
1/1: Building Lines (Lines.idr)
|
||
|
Main> []
|
||
|
["ab"]
|
||
|
["ab"]
|
||
|
["ab", "cd"]
|
||
|
["ab", "cd"]
|
||
|
["a", "b"]
|
||
|
["a", "b"]
|
||
|
["", "", ""]
|
||
|
Main> Bye for now!
|