Initialize project structure with basic configuration files and main function

This commit is contained in:
Root User 2025-12-03 22:31:03 +01:00
commit e5ccdbfb75
Signed by: root
GPG key ID: 087F0A95E5766D72
10 changed files with 656 additions and 0 deletions

3
src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, this will be changed later!");
}