686d6a485f
Issue #1022
8 lines
96 B
Rust
8 lines
96 B
Rust
use std;
|
|
import std::task;
|
|
fn main() { task::spawn("Hello", child); }
|
|
|
|
fn# child(&&s: str) {
|
|
|
|
}
|