1
2
3
4
5
6

mod maths {
    pub fn yeet () {
        println!("Yeet from osx");
    }
}