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