darius90

6.C

Dec 6th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6.    if ( 5 < 10 )
  7.     printf( "Five is now less than ten, that's a big surprise" );
  8.     return 0;
  9. }
Add Comment
Please, Sign In to add comment