rsld/ctest/hello.c

5 lines
74 B
C
Raw Permalink Normal View History

2021-06-28 20:33:08 +00:00
#include <stdio.h>
int main(void) {
printf("Hello, world!");
return 0;
}