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