#4807: 怎讓它停下來= =?


x850322 (=柏=)


#include <stdio.h>
int main(){
 
 while(1){
          printf("hello! world");
}
 
 return 0;  
}
#8122: Re:怎讓它停下來= =?


a01456655 (Jim)


#include
int main(){
 
 while(1){
          printf("hello! world");
}
 
 return 0;  
}

Ctrl + C可以離開dos視窗