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