This commit is contained in:
nora 2023-05-30 16:24:28 +02:00
parent f27bc546e5
commit 3e1215e870

View file

@ -1,4 +1,5 @@
use std::ptr;
#[inline(never)]
pub fn print_var(v: u8) {
println!("{v}");
}