7 lines
64 B
C
7 lines
64 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int
|
||
|
hello()
|
||
|
{
|
||
|
printf ("Hello World!\n");
|
||
|
}
|