fist sync
This commit is contained in:
parent
c5e4665b3c
commit
5cb420442c
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ use core::panic::PanicInfo;
|
|||
#[no_mangle]
|
||||
pub extern "C" fn _start() -> ! {
|
||||
|
||||
print!("hello world!");
|
||||
|
||||
#[cfg(test)]
|
||||
test_main();
|
||||
|
||||
|
|
Loading…
Reference in a new issue