mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-24 20:07:47 +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;
|