blob: 7ef086e56b2cb564ff77f357f03dfc010612d105 [file] [log] [blame]
#include "stdio.h"
int main(int argc, char* argv[]) {
printf("hello world\n");
return 0;
}