this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: windows subsystem set so it doesnt make terminal window

dusk ca379a35 f84ac379

+2
+2
src/main.rs
··· 1 + #![windows_subsystem = "windows"] 2 + 1 3 use std::{ 2 4 collections::HashMap, 3 5 io::{BufRead, BufReader, Write},