Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- int main()
- {
- int MattVariable;
- int MattVariable2;
- printf( "Please enter a number for use with MattVariable: " );
- scanf( "%d", &MattVariable );
- printf( "Please enter another number for use with MattVariable: " );
- scanf( "%a", &MattVariable2 );
- printf( "you entered %d, and %a, ", MattVariable, MattVariable2 );
- printf( " Nigga those numbers confirm that you are gay as hell.\n" );
- getchar();
- return 0;
- }
- /*
- Oh my fucking god this is annoying as shit
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement