1use emlite::{Console, argv}; 2 3fn main() { 4 emlite::init(); 5 let con = Console::get(); 6 con.log(&argv!["Hello from Emlite!"]); 7}