Advertisement
Guest User

Untitled

a guest
Aug 15th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.     foo();
  5.     return 0;
  6. }
  7.  
  8. int foo()
  9. {
  10.     printf( "Hello world" );
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement