#include <stdio.h>
#include <windows.h>

int main(){
Sleep((60*2+40)*1000);
printf( "Let's go!\n" );
system( "happysynthesizer.mp3" );
}

>>618
あざっす
system初めて使った

>>619

>>620
あれはうっかりミスw

みんなありがとう
とりあえず何とか完成した
今後はこういう簡単なものから順次ステップアップしていく予定
次はMMORPG用の汎用鯖を開発する