6 lines
70 B
C
6 lines
70 B
C
#include <stdio.h>
|
|
|
|
int print_hello() {
|
|
printf("Hello, world!\n");
|
|
}
|