Expose build directories of tig-challenges and tig-algorithms.

This commit is contained in:
FiveMovesAhead 2025-05-15 04:24:39 +01:00
parent c46c54d3f1
commit 541d5ff0d2
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;