Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Last active August 29, 2015 14:12
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 Tjoosten/dfa5590b66008f6c8958 to your computer and use it in GitHub Desktop.
Save Tjoosten/dfa5590b66008f6c8958 to your computer and use it in GitHub Desktop.
Ik zal men les niet irriteren
#include <stdion.h>
int main(void) {
int count;
for(count = 1; count <= 500; count +++)
printf ("Ik zal niet op men bank schrijven.");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment