Dump my code into a repo!

This commit is contained in:
2024-05-25 16:08:47 -07:00
commit 7e84d09250
24 changed files with 2387 additions and 0 deletions

4
solver/BUILD Normal file
View File

@ -0,0 +1,4 @@
cc_binary(
name = "solver",
srcs = glob(["*.c", "*.h"])
)