ish/tests/hello-clib.c
2017-05-08 14:39:34 -07:00

6 lines
66 B
C

#include <stdio.h>
int main() {
printf("Hello, world!\n");
}