5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
![]() |
|
||
|
type storage = int;
|
||
|
|
||
|
let main = (p: int, storage): string => ([]: list(operation), p + storage);
|