term_basics_linux::tbl
pub fn print<T: Display>(msg: T)
Print to stdout, it is just print!("{}", msg); Here to stay consistent
use term_basics_linux::tbl; tbl::print("cool and good");