Remove the dependency on the standard library

This commit is contained in:
Philipp Oppermann
2023-03-25 18:44:27 +01:00
parent 1ea30e9b1e
commit ca97148245

View File

@@ -1,3 +1,3 @@
fn main() {
println!("Hello, world!");
}
#![no_std]
fn main() {}