Skip to content

Instantly share code, notes, and snippets.

@alecbz
Created September 9, 2012 01:14
Show Gist options
  • Save alecbz/3681835 to your computer and use it in GitHub Desktop.
Save alecbz/3681835 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
unsigned int x = 11;
printf("count:"" %u", x);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment