Skip to content

Instantly share code, notes, and snippets.

@ihcsim
Last active February 1, 2022 05:04
Show Gist options
  • Save ihcsim/cfcfb05c84248548688e75d469ddc701 to your computer and use it in GitHub Desktop.
Save ihcsim/cfcfb05c84248548688e75d469ddc701 to your computer and use it in GitHub Desktop.
fn main() {
let mut signal = "kill".to_string();
loop {
exit(signal);
signal = "kill".to_string();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment