// init() can not be pub fn init(){ println('oi') } pub fn main(){ init() }