Skip to content

Commit

Permalink
Disable console window in windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
afishhh committed Jan 30, 2024
1 parent 1fc53e2 commit 875d09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]

use std::{
collections::HashMap,
fmt::Display,
Expand Down

0 comments on commit 875d09f

Please sign in to comment.