Created
June 14, 2018 17:30
-
-
Save olbrichj/e3e1b5f541038ae9fa3024166e117702 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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