Skip to content

Instantly share code, notes, and snippets.

@ritalin
Created January 18, 2024 16:41
Show Gist options
  • Save ritalin/d0593a0daf84151a20833f248143b78d to your computer and use it in GitHub Desktop.
Save ritalin/d0593a0daf84151a20833f248143b78d to your computer and use it in GitHub Desktop.
fn main() {
if let Err(e) = catr::run() {
eprintln!("{}", e);
std::process::exit(1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment