added short deploy script, to deploy it to my local rsppi2

This commit is contained in:
2025-11-26 22:02:08 +01:00
parent 7f31369e78
commit 98aa4691a3
6 changed files with 44 additions and 1 deletions

View File

@@ -2,5 +2,5 @@
// See the LICENSE folder for details.
fn main() {
println!("Hello, world!");
println!("Hello, world!!");
}