amogus example

This commit is contained in:
koniifer 2024-09-12 20:10:22 +01:00
parent e577572299
commit 63c3544012
2 changed files with 2 additions and 1 deletions

View file

@ -103,6 +103,7 @@ pub fn spin_loop() -> ! {
}
}
/// I am sorry.
static mut A_REAL_RANDOM_U64_I_PROMISE: u64 = 0;
pub fn hardware_random_u64() -> u64 {

View file

@ -1,4 +1,4 @@
.{example} := @use("./examples/lines.hb")
.{example} := @use("./examples/amogus.hb")
main := fn(): void {
@inline(example)