test-repo/foo.c
2025-10-21 15:12:22 +02:00

8 lines
90 B
C

#include <stdio.h>
#include "foo.h"
void foo(void) {
puts("Hello World from foo()");
}