Dump my code into a repo!
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
cc_binary(
|
||||
name = "solver",
|
||||
srcs = glob(["*.c", "*.h"])
|
||||
)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
cc_binary(
|
||||
name = "solver",
|
||||
srcs = glob(["*.c", "*.h"])
|
||||
)
|
||||