init: guestbook project scaffolding

This commit is contained in:
Lewis Wynne 2026-04-09 01:03:33 +01:00
commit 6aa09e2751
3 changed files with 2484 additions and 0 deletions

3
src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("guestbook");
}