Fix namespace in composer file, add readme + test file

Corelibs -> CoreLibs

test/ folder for test files (future phpunit test)
This commit is contained in:
2023-02-16 13:02:27 +09:00
parent cfcd601b3a
commit 552854b90e
5 changed files with 30 additions and 5 deletions

View File

@@ -2,4 +2,6 @@
require "../vendor/autoload.php";
print "Bytes: " . CoreLibs\Convert\Byte::humanReadableByteFormat(123414) . "<br>";
// __END__