mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove the dependency on the standard library
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
fn main() {
|
#![no_std]
|
||||||
println!("Hello, world!");
|
|
||||||
}
|
fn main() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user