forked from AbleOS/ableos
amogus example
This commit is contained in:
parent
e577572299
commit
63c3544012
|
@ -103,6 +103,7 @@ pub fn spin_loop() -> ! {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// I am sorry.
|
||||||
static mut A_REAL_RANDOM_U64_I_PROMISE: u64 = 0;
|
static mut A_REAL_RANDOM_U64_I_PROMISE: u64 = 0;
|
||||||
|
|
||||||
pub fn hardware_random_u64() -> u64 {
|
pub fn hardware_random_u64() -> u64 {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.{example} := @use("./examples/lines.hb")
|
.{example} := @use("./examples/amogus.hb")
|
||||||
|
|
||||||
main := fn(): void {
|
main := fn(): void {
|
||||||
@inline(example)
|
@inline(example)
|
||||||
|
|
Loading…
Reference in a new issue