box-o-sand/cc4e/hello.c
2024-11-30 15:53:33 -05:00

6 lines
72 B
C

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