smart-house-web: в работе
smart-house-web: в работе
This commit is contained in:
6
smart-house-web/backend/src/main.rs
Normal file
6
smart-house-web/backend/src/main.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use backend::init_logger;
|
||||
|
||||
fn main() {
|
||||
init_logger();
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user