Skip to content

Instantly share code, notes, and snippets.

@nikuuchi
Created September 13, 2014 08:18
Show Gist options
  • Save nikuuchi/83bb12f3e6d8b188d0ef to your computer and use it in GitHub Desktop.
Save nikuuchi/83bb12f3e6d8b188d0ef to your computer and use it in GitHub Desktop.
int main() {
int i = 0
+ 1
+ 2
for int a = 1 a < 3 a++ {
int j = i
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment