--- author: Adam T. Carpenter, Carpenter Tutoring --- # Computational problem solving with _Rust_ ## The study of computer science ``` __________ < Welcome! > ---------- \ \ _~^~^~_ \) / o o \ (/ '_ - _' / '-----' \ ``` --- # Rules 1. Think before you program 2. A program is a human-readable essay on problem-solving that also executes on a computer 3. Practice!