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