Погнали
Some checks failed
Deploy / server (push) Failing after 9s

closes #1
This commit is contained in:
Никита Круглицкий
2025-10-01 18:40:12 +06:00
commit 1d2b14d4c1
46 changed files with 15629 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
app_lib::run();
}