Advertisement
phayauam

main.c

Jan 23rd, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. #include "frases.h"
  3.  
  4. int main()
  5. {
  6.     printf("%s\n", saludo());    
  7.     printf("%s\n", despedida());
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement