00001 #include <stdio.h> 00002 00003 int main() 00004 { 00005 printf("Hello world\n"); 00006 return 0; 00007 } 00008