4 lines
54 B
Text
4 lines
54 B
Text
|
let x : mut<int> = ref (0)
|
||
|
|
||
|
let main : string =
|
||
|
!x
|