complete cow school scripts

Move bash scripts under src/bash_scripts, add college/university/smart cow implementations, and mark the completed TODO items.
This commit is contained in:
2026-04-20 16:12:15 +02:00
parent ef5029b76f
commit e507aa80ac
8 changed files with 119 additions and 29 deletions

22
TODO.md
View File

@@ -17,17 +17,17 @@
## 3. Bash Scripts
- [ ] **`cow_kindergarten`**
- [ ] Cow says numbers 1 to 10, 1-second pause between each, sticks out tongue at the end.
- [ ] **`cow_primaryschool`**
- [ ] Cow says numbers 1 to `n` (argument).
- [ ] **`cow_highschool`**
- [ ] Cow says squares (1, 4, 9, ..., `n^2`) (argument).
- [ ] **`cow_college`**
- [ ] Cow says Fibonacci sequence up to `n`.
- [ ] **`cow_university`**
- [ ] Cow says prime numbers up to `n`.
- [ ] **`smart_cow`**
- [x] **`cow_kindergarten`**
- [x] Cow says numbers 1 to 10, 1-second pause between each, sticks out tongue at the end.
- [x] **`cow_primaryschool`**
- [x] Cow says numbers 1 to `n` (argument).
- [x] **`cow_highschool`**
- [x] Cow says squares (1, 4, 9, ..., `n^2`) (argument).
- [x] **`cow_college`**
- [x] Cow says Fibonacci sequence up to `n`.
- [x] **`cow_university`**
- [x] Cow says prime numbers up to `n`.
- [x] **`smart_cow`**
- [ ] Cow says a simple arithmetic expression (e.g., "3+11"), eyes show the result.
- [ ] **`crazy_cow`**
- [ ] Create a "crazy arithmetic cow" script with something unusual or complex.