mirror of
https://github.com/artegoser/ONLang
synced 2024-11-05 20:43:57 +03:00
Merge branch 'master' of https://github.com/mrMiiao/ONLang_contribution into pr/2
This commit is contained in:
parent
5a79cede01
commit
6dfb788190
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![feature(box_syntax, panic_info_message)]
|
||||
|
||||
use clap::Parser;
|
||||
use std::fs;
|
||||
use std::time::Instant;
|
||||
|
|
Loading…
Reference in a new issue