Add #![no_std] attribute

This commit is contained in:
Philipp Oppermann
2019-01-25 12:34:28 +01:00
parent 0fbb5f99cf
commit 926940beb0

View File

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