mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
git-subtree-dir: packages/frontend git-subtree-mainline:d7bdd20dc4git-subtree-split:ecaa662131
7 lines
180 B
Rust
7 lines
180 B
Rust
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
issue_lib::run()
|
|
}
|