Skip to content

Instantly share code, notes, and snippets.

@jeanluc243
Last active April 8, 2020 14:01
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 jeanluc243/c6e404c0d191fa1a12f76ad3e9e2f4b6 to your computer and use it in GitHub Desktop.
Save jeanluc243/c6e404c0d191fa1a12f76ad3e9e2f4b6 to your computer and use it in GitHub Desktop.
if (firstInput == "exit") {
exit(0);
} else {
firstNum = double.parse(firstInput);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment