Remove terminal when executing
This commit is contained in:
parent
159bf20447
commit
e1dc5f2d36
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![windows_subsystem = "windows"]
|
||||
|
||||
use std::collections::{VecDeque};
|
||||
use std::fs;
|
||||
use std::time::SystemTime;
|
||||
|
|
Loading…
Reference in a new issue