use quark::prelude::*; fn main() { hello(); } fn hello() { println!("hello"); }