Files

4 lines
152 B
Markdown
Raw Permalink Normal View History

2025-10-17 14:30:31 -07:00
# 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>.