Remove terminal when executing

This commit is contained in:
Sofía Aritz 2023-02-27 15:31:17 +01:00
parent 159bf20447
commit e1dc5f2d36

View file

@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use std::collections::{VecDeque};
use std::fs;
use std::time::SystemTime;