Skip to content

Instantly share code, notes, and snippets.

@cr3denza
Created March 31, 2015 23:48
#include <stdio.h>
int main(){
int i;
printf("Life is too short!!%n\n",&i);
printf("bytes : %d\n", i);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment