This commit is contained in:
2020-01-09 16:37:27 +03:00
commit 820fe61efe
6 changed files with 6269 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package ru.m.puzzlez;
class App {
public static function main() {
trace("ok");
}
}