]>
git.cworth.org Git - rust-learning/log
Carl Worth [Mon, 9 Mar 2026 23:08:44 +0000 (16:08 -0700)]
server: Add the most minimal rust program possible
This is just the "hello, world" program one gets from running
"cargo init server" (which is literally what I did here).
I also added the .gitignore file for files that will be
generated by "cargo run".