1
0

BGを実装.

This commit is contained in:
otya128
2015-08-23 14:44:01 +09:00
parent 009c6deb61
commit 268abd0a29
5 changed files with 68 additions and 100 deletions

View File

@@ -122,15 +122,15 @@ END
writeln(t);
}
}
try
//try
{
auto pc = new PetitComputer();
pc.run();
}
catch(Throwable t)
/*(Throwable t)
{
writeln(std.windows.charset.toMBSz(t.to!string).to!string);
readln();
}
}*/
return 0;
}