summaryrefslogtreecommitdiff
path: root/01.md
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-04-29 22:47:00 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-04-29 22:47:00 -0400
commita4dc687eb213a424547c933716e7e1578f48a6e2 (patch)
tree8b8119c49db529d6fa7b79c314e3d44258a09243 /01.md
downloadcps-rust-a4dc687eb213a424547c933716e7e1578f48a6e2.tar.xz
cps-rust-a4dc687eb213a424547c933716e7e1578f48a6e2.zip
finish 00 start 01
Diffstat (limited to '01.md')
-rw-r--r--01.md28
1 files changed, 28 insertions, 0 deletions
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!