C 的主程式
(高顯忠, sjgau4311@gmail.com, 2011-09-29 09:45)
1樓
[code]
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
system("PAUSE");
return 0;
}
[/code]