Initial commit

This commit is contained in:
2022-02-13 15:31:49 +01:00
commit a6e8d252b1
6 changed files with 445 additions and 0 deletions

6
bin/calc Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env php
<?php
require_once __DIR__."/../vendor/autoload.php";
NoccyLabs\PhpCalc\Calculator::main();