10 lines
201 B
Rust
10 lines
201 B
Rust
|
|
||
|
|
||
|
|
||
|
// -*- rust -*-
|
||
|
fn main() {
|
||
|
libc.puts(rustrt.str_buf("hello, extern world 1"));
|
||
|
libc.puts(rustrt.str_buf("hello, extern world 2"));
|
||
|
libc.puts(rustrt.str_buf("hello, extern world 3"));
|
||
|
}
|