5 lines
No EOL
70 B
Text
5 lines
No EOL
70 B
Text
fun : int -> string
|
|
id (x : int) = x
|
|
|
|
let main : int =
|
|
id (42) |