Skip to content

Instantly share code, notes, and snippets.

@LordAro
Last active December 7, 2019 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordAro/d71d404137ab97f96a3742ed119b299c to your computer and use it in GitHub Desktop.
Save LordAro/d71d404137ab97f96a3742ed119b299c to your computer and use it in GitHub Desktop.
let output = loop {
let res = mach.run();
if res != Some(0) {
break res;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment