#![no_std] #![no_main] #![allow(non_snake_case)] #![allow(unused_imports)] use panic_halt; use prussia_rt; #[no_mangle] fn main() -> ! { loop {} }