Advertisement
Matt34

Untitled

Jun 27th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. int MattVariable;
  7.  
  8. printf( "Please enter a number for use with MattVariable: " );
  9. scanf( "%d", &MattVariable );
  10. printf( "you entered %d", MattVariable );
  11. printf( " Nigga that number is gay as hell.\n" );
  12. getchar();
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement