Advertisement
Guest User

Untitled

a guest
Jun 29th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. void sayhello()
  5. {
  6.     printf("Hello World!\n");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement