5 lines
123 B
Rust
5 lines
123 B
Rust
#![no_std]
|
|
|
|
// Logic and hardware-independent code goes here.
|
|
// This allows you to run `cargo test` on your host machine.
|