Skip to content

Instantly share code, notes, and snippets.

@grondilu
Created March 20, 2014 23:57
Show Gist options
  • Save grondilu/9676673 to your computer and use it in GitHub Desktop.
Save grondilu/9676673 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char *argv[]) {
printf( "%u%s", 1ULL, " WTF " );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment