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