Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created June 14, 2018 17:30
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 olbrichj/e3e1b5f541038ae9fa3024166e117702 to your computer and use it in GitHub Desktop.
Save olbrichj/e3e1b5f541038ae9fa3024166e117702 to your computer and use it in GitHub Desktop.
//Processor #1:
while f == 0 {
print x
}
//Processor #2:
x = 42
f = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment