8 lines
90 B
C
8 lines
90 B
C
#include <stdio.h>
|
|
#include "foo.h"
|
|
|
|
|
|
void foo(void) {
|
|
puts("Hello World from foo()");
|
|
}
|