Skip to content

Instantly share code, notes, and snippets.

@cbrulak
Created January 19, 2011 22: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 cbrulak/786968 to your computer and use it in GitHub Desktop.
Save cbrulak/786968 to your computer and use it in GitHub Desktop.
test my code
var i = 0;
for (; i < SOME_VAR; i++)
if(i is even)
something
else
format harddrive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment