mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:31:26 +08:00
Expose build directories of tig-challenges and tig-algorithms.
This commit is contained in:
parent
c46c54d3f1
commit
541d5ff0d2
@ -1,3 +1,5 @@
|
||||
pub const BUILD_TIME_PATH: &str = env!("CARGO_MANIFEST_DIR");
|
||||
|
||||
pub mod knapsack;
|
||||
pub use knapsack as c003;
|
||||
pub mod satisfiability;
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
pub const BUILD_TIME_PATH: &str = env!("CARGO_MANIFEST_DIR");
|
||||
|
||||
pub mod knapsack;
|
||||
pub use knapsack as c003;
|
||||
pub mod satisfiability;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user