First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 6e1a5f9fe5
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "UseCp",
"url" : "http://example.org",
"license": "GPL",
"tags": [],
"description": "This project use a deep class path.",
"version": "0.0.1",
"releasenote": "Initial release, everything is working correctly",
"classPath": "lib/src",
"contributors": ["Bar"]
}

View File

@@ -0,0 +1,9 @@
package bar;
class Bar {
static function new() {
trace("new Bar");
}
}