mirror of
https://github.com/clockworkpi/Menu.git
synced 2025-12-13 07:58:51 +01:00
18 lines
207 B
Plaintext
Executable File
18 lines
207 B
Plaintext
Executable File
|
|
/*
|
|
powered by bean 0.382 r388
|
|
*/
|
|
|
|
module app+ {
|
|
|
|
func main() {
|
|
var launcher game::launcher;
|
|
launcher->start("BeanShell");
|
|
}
|
|
|
|
}
|
|
|
|
func main() {
|
|
app::main();
|
|
}
|