blob: 8c58ac4b51d160454cb65814579b9e7dcd55f9a2 [file] [log] [blame]
#![no_std]
async fn main() {
let _ = libtock::LibTock {};
panic!("Bye world!");
}