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