mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
6 lines
125 B
Rust
6 lines
125 B
Rust
include!("mergeftl.rs");
|
|
|
|
fn main() {
|
|
let args: Vec<_> = std::env::args().collect();
|
|
write_fluent_proto(&args[1]);
|
|
}
|