fist sync

This commit is contained in:
killerboss 2024-11-25 22:35:25 +01:00
parent c5e4665b3c
commit 5cb420442c

View file

@ -13,6 +13,8 @@ use core::panic::PanicInfo;
#[no_mangle]
pub extern "C" fn _start() -> ! {
print!("hello world!");
#[cfg(test)]
test_main();