init - added fmt_debug tinkering

This commit is contained in:
Ed Guloien
2026-06-09 14:30:26 -04:00
committed by edgul
parent db6fee44cc
commit 2e6e82866f
4 changed files with 83 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
mod fmt_debug;
fn main() {
println!("Hello, world!");
fmt_debug::test_report();
}