3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
![]() |
type z = list((int, int));
|
||
|
|
||
|
let o: z = [(2,4), (4, 6)];
|