Initial rust setup

This commit is contained in:
2025-11-02 17:45:28 +02:00
parent 6f50aeb405
commit ac442e9f7c
5 changed files with 19 additions and 1 deletions

3
embnux-init/src/main.rs Normal file
View File

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