init commit

This commit is contained in:
2024-04-08 16:47:31 +02:00
commit ccda9295b1
8 changed files with 1005 additions and 0 deletions

7
src/main.rs Normal file
View File

@ -0,0 +1,7 @@
fn main() {
println!("OPSSAT Rust experiment OBSW");
loop {
std::thread::sleep(std::time::Duration::from_millis(500));
}
}