6 lines
51 B
Rust
6 lines
51 B
Rust
|
#![no_std]
|
||
|
#![no_main]
|
||
|
|
||
|
#[no_mangle]
|
||
|
fn start() {}
|