SHARE
TWEET
Untitled
a guest
Aug 15th, 2012
18
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #include <stdio.h>
- int main()
- {
- foo();
- return 0;
- }
- int foo()
- {
- printf( "Hello world" );
- }
RAW Paste Data

