Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created July 7, 2013 17:54
Show Gist options
  • Save bjartwolf/5944315 to your computer and use it in GitHub Desktop.
Save bjartwolf/5944315 to your computer and use it in GitHub Desktop.
a := 13
c := 9
x := a
for i := 0; i < b.N; i++ {
if (x == a) {
x = c
} else {
x = a
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment