Files
2023-11-21 09:34:31 -08:00

8 lines
87 B
C

// example.c
#include <stdio.h>
void helloFromC() {
printf("Hello from C!\n");
}