mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
7 lines
86 B
Rust
7 lines
86 B
Rust
use std::io;
|
|
|
|
use oxc_minsize::run;
|
|
|
|
fn main() -> Result<(), io::Error> {
|
|
run()
|
|
}
|