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