4 lines
56 B
Text
4 lines
56 B
Text
|
let x : mut<int> = ref (0)
|
||
|
|
||
|
let main : unit =
|
||
|
x := 1
|