tangled
alpha
login
or
join now
ptr.pet
/
clickee
2
fork
atom
click
2
fork
atom
overview
issues
pulls
pipelines
feat: windows subsystem set so it doesnt make terminal window
ptr.pet
6 months ago
ca379a35
f84ac379
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+2
1 changed file
expand all
collapse all
unified
split
src
main.rs
+2
src/main.rs
···
1
1
+
#![windows_subsystem = "windows"]
2
2
+
1
3
use std::{
2
4
collections::HashMap,
3
5
io::{BufRead, BufReader, Write},