All tests passing for C implementation.

This commit is contained in:
Joshua Bemenderfer
2023-02-10 14:37:53 -05:00
parent c41990b793
commit cb09652f61
7 changed files with 107 additions and 19 deletions

9
packages/c/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "@terrace/c",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build:test": "cc ./test/test-runner.c -o test/test-runner",
"test": "./test/test-runner"
}
}