#include int main(int, char**) { printf("hello, world\n"); return 0; }