5 lines
78 B
Text
5 lines
78 B
Text
extern puts : fn cstring -> int
|
|
|
|
fn main =
|
|
let _ = puts "foobar"
|
|
in 0
|