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