mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
5 lines
136 B
Rust
5 lines
136 B
Rust
include!("lib.rs");
|
|
pub fn main () -> Usually<()> {
|
|
tek_core::run(Arc::new(RwLock::new(crate::Chain::new("todo")?)))?;
|
|
Ok(())
|
|
}
|