Files
c3c/resources/testproject/lib/clib.c3l/hello.c
2024-07-07 02:04:37 +02:00

5 lines
70 B
C

#include <stdio.h>
void hello_from_c(void)
{
puts("Hello from C!");
}