Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
#include <stdlib.h>
#include <stdio.h>
void
sayhello
(
)
{
printf
(
"Hello World!
\n
"
)
;
}