index
:
myrustkernel
master
multiarch rust kernel starting base
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86_64
/
once.rs
blob: 8aebbcb2bdb71337226790edfa8d8112c48ca2fe (
plain
)
1
2
3
4
5
6
use
crate
::{
print
,
println
};
pub
fn
once
()
{
println!
(
"x86_64"
);
}