Hello World on simulator

This commit is contained in:
2025-05-18 10:16:46 +02:00
commit b557dd62a4
10 changed files with 136 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "nova"
version = "0.1.0"
edition = "2021"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"