Example: nogame

< Back to examples
#![no_std]
#![no_main]

#[agb::entry]
fn main(gba: agb::Gba) -> ! {
    agb::no_game(gba);
}