diff --git a/src/main.rs b/src/main.rs index 89ccf54..88ee626 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,6 +13,8 @@ use core::panic::PanicInfo; #[no_mangle] pub extern "C" fn _start() -> ! { + print!("hello world!"); + #[cfg(test)] test_main();