rsld/ctest/hello.c
2021-06-28 15:33:08 -05:00

5 lines
No EOL
74 B
C

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