feat: windows subsystem set so it doesnt make terminal window
ptr.pet 3 months ago ca379a35 f84ac379
··· 0 0 1 use std::{ 2 collections::HashMap, 3 io::{BufRead, BufReader, Write},
··· 1 + #![windows_subsystem = "windows"] 2 + 3 use std::{ 4 collections::HashMap, 5 io::{BufRead, BufReader, Write},