Kogarasi / mucom88

OpenMucom88 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMusomを生成して、そのまま破棄するとエラー

Kogarasi opened this issue · comments

commented
commented

#include <cmucom.h>

int main(){
CMucom mucom;

return 0; // throw exception
}