#include #include "main.h" int main( void) { printf( "hello world\n"); return 0; }