Skip to content

Instantly share code, notes, and snippets.

@Izzette
Created April 5, 2018 23:41
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 Izzette/758c2ae88c07360b1008f2dd5e5899ac to your computer and use it in GitHub Desktop.
Save Izzette/758c2ae88c07360b1008f2dd5e5899ac to your computer and use it in GitHub Desktop.
true == I<3U
// iloveyou.c
#include <stdio.h>
int main () {
for (unsigned int I = 0; I<3U; ++I)
puts("true == I<3U");
}
// vim: set ts=4 sw=4 noet syn=c:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment