litebot_win/
lib.rs

1
2
3pub fn yeet () {
4    println!("Yeet from windows");
5}
6