1 2 3 4 5 6
use std::io::Write; fn main() { print!("directly_linked."); std::io::stdout().flush().unwrap(); }