3 lines
87 B
Rust
3 lines
87 B
Rust
fn main() {
|
|
cogs::build(std::env::current_dir().unwrap().join("cogs")).unwrap();
|
|
}
|