#include <stdio.h>
#include <action.h>

int main(void)
{

printf("Hello ActionGame!\n");

RunMro(); /* スーパーマリヲ実行関数 */

return 0;
}


一丁上がり!