1 2 3 4 5 6 7 8
extern crate immortal; use immortal::ctrl; fn main() { let msg = ctrl::hello(); println!("{}", msg); }