first commit

This commit is contained in:
MapleLeaf
2021-12-08 00:36:52 -06:00
commit 8eecf8c54b
7 changed files with 3792 additions and 0 deletions

6
tests/main.test.ts Normal file
View File

@@ -0,0 +1,6 @@
import test from "ava"
import { result } from "../src/main.js"
test("it is b", (t) => {
t.deepEqual(result, ["b"])
})