/** ein minimales Testprogramm */ int main(int argc, char** argv) { int blup; /* eine Variable */ printf("hello world\n"); return 0; }