1 2 3 4 5 6
use cppstreams::{Cout, Endl}; #[allow(unused_must_use)] fn main() { Cout << "Hello, world!" << Endl; }