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
/
common
/
forall.rs
blob: 39988e6af1a293bfe0fa0c0462c865b222b3ec82 (
plain
)
1
2
3
4
5
use
crate
::{
print
,
println
};
pub
fn
forall
()
{
println!
(
"forall"
);
}