blob: fdf19b886465397cf66c1fc71c80e3f3e0fe34dc [file] [edit]
#include <stdio.h>
int main() {
printf("hello, world!\n");
return 0;
}