From a4dc687eb213a424547c933716e7e1578f48a6e2 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 29 Apr 2023 22:47:00 -0400 Subject: finish 00 start 01 --- 01.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 01.md (limited to '01.md') diff --git a/01.md b/01.md new file mode 100644 index 0000000..14edc28 --- /dev/null +++ b/01.md @@ -0,0 +1,28 @@ +--- +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! -- cgit v1.2.3