This commit is contained in:
Filipriec
2026-04-21 14:32:34 +02:00
parent ad8f32911c
commit b752af8c7b
7 changed files with 936 additions and 0 deletions

3
protos/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}