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