Files

5 lines
70 B
C

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