]> git.cworth.org Git - rust-learning/commit
server: Add the most minimal rust program possible
authorCarl Worth <cworth@cworth.org>
Mon, 9 Mar 2026 23:08:44 +0000 (16:08 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 12 Mar 2026 04:14:17 +0000 (21:14 -0700)
commita603609d2abe3e34bf33bb6c3091a729d04cc56c
treee9e9b473afa9a02dce87b6015d8f6c8440ff07e7
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".
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
src/main.rs [new file with mode: 0644]