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