5 lines
94 B
Rust
5 lines
94 B
Rust
fn main() {
|
|
eprintln!("gatewayd: not implemented until M4");
|
|
std::process::exit(2);
|
|
}
|