1 2 3 4 5 6 7 8
const VERSION: &str = "0.1.1"; fn main() { println!("Hello CakeRabbit-core, version {}", VERSION); }