1
2
3
4
/// Test function for soon updates
pub fn print_hello() {
    println!("Powered by CastleCore");
}