Add README

This commit is contained in:
2025-10-17 14:30:31 -07:00
parent 6bb34de3c1
commit 76f1c2489a

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Rust Temperature Conversion
Convert from C to F and F to C using Rust. From the prompt in Chapter 3.5 of <cite>The Rust Programming Language</cite>.