first commit

This commit is contained in:
cpi
2019-07-02 03:32:09 +00:00
commit 7a4ac89f62
2128 changed files with 23626 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
powered by bean 0.382 r388
*/
module app+ {
func main() {
var launcher game::launcher;
launcher->start("BeanShell");
}
}
func main() {
app::main();
}