This commit is contained in:
nora 2025-03-09 21:45:53 +01:00
parent 9ad5785106
commit dd2e4001fd
5 changed files with 130 additions and 27 deletions

View file

@ -93,9 +93,14 @@ fn input() -> u64 {
}
}
fn x(a: i32) {}
#[no_mangle]
fn _start() -> ! {
x(0);
x(0);
exit(0);
let random_number = 45;
let num = core::sync::atomic::AtomicI32::new(0);