mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-03-06 07:57:23 +08:00
6 lines
108 B
Rust
6 lines
108 B
Rust
extern crate tig_algorithms;
|
|
extern crate tig_challenges;
|
|
|
|
#[cfg(feature = "entry_point")]
|
|
mod entry_point;
|