feat: 🎉 streamer initial commit

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-22 03:07:06 +03:00
parent 5309d38c6c
commit 6df2d88b14
2 changed files with 13 additions and 0 deletions

3
streamer/src/main.rs Normal file
View file

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