box-o-sand/cc4e/hello.c

6 lines
72 B
C
Raw Permalink Normal View History

2024-11-30 20:53:33 +00:00
#include <stdio.h>
int main() {
printf("hello, world\n");
return 0;
}