1 2 3 4 5 6 7 8 9
#![no_std] #![no_main] use simink_entry::{entry, global_asm}; #[entry] fn main() -> ! { loop {} }