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