add trivial examples

This commit is contained in:
mae
2026-07-13 07:25:54 -05:00
parent d6cef19507
commit 9d4c3e911e
16 changed files with 258 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, {}!", getrandom::u64().unwrap());
}