Skip to content

Instantly share code, notes, and snippets.

@vmaks
Last active March 3, 2016 14:34
Show Gist options
  • Save vmaks/a79de03a7003f93a8847 to your computer and use it in GitHub Desktop.
Save vmaks/a79de03a7003f93a8847 to your computer and use it in GitHub Desktop.
  1. Main loop

    while (true) {
    	for (unsigned int i = 0; i < N; i++) {
    	}
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment