Rust · 104 bytes Raw Blame History
1 use garwarp_ipc::PROTOCOL_VERSION;
2
3 fn main() {
4 println!("garwarp protocol v{PROTOCOL_VERSION}");
5 }
6