From e1dc5f2d36ff4d3a322d33a5b01d279ab9a68bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Mon, 27 Feb 2023 15:31:17 +0100 Subject: [PATCH] Remove terminal when executing --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 6f8da90..7092d19 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +#![windows_subsystem = "windows"] + use std::collections::{VecDeque}; use std::fs; use std::time::SystemTime;