5 lines
No EOL
63 B
Text
5 lines
No EOL
63 B
Text
let x : mut<int> = ref (0)
|
|
|
|
let main : int =
|
|
x := 1;
|
|
!x |