summaryrefslogtreecommitdiff
path: root/01.md
blob: 14edc289de5aeaa7bfa92eaee0cb0bdcf148b582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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!