smart-house-web: в работе

smart-house-web: в работе
This commit is contained in:
6 changed files with 36 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
use backend::init_logger;
fn main() {
init_logger();
println!("Hello, world!");
}