| ½Æ»s¥N½X#if 0
 hello, world! at 08:38
½Ð«ö¥ô·NÁäÄ~Äò . . .
#endif
// ----------------------------------------------
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
   printf("\n hello, world! at 08:41 \n");    
   system("PAUSE");        
   
   return 0;
}
 |