mirror of
https://github.com/artegoser/ONLang
synced 2024-11-05 20:43:57 +03:00
Update main.rs
This commit is contained in:
parent
b5970aaac6
commit
b0a29f9041
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![feature(box_syntax)]
|
||||
|
||||
use clap::Parser;
|
||||
use std::fs;
|
||||
use std::time::Instant;
|
||||
|
|
Loading…
Reference in a new issue