finished last C file

This commit is contained in:
2026-04-26 21:36:09 +02:00
parent 01f0b552ac
commit 6213633c13
2 changed files with 25 additions and 22 deletions

View File

@@ -47,7 +47,7 @@
- [x] **`wildcow`**
- [~] Test and explain `update()` and `gotoxy()`.
- [x] Create an animated cow using `update()`, `gotoxy()`, and `sleep()`.
- [ ] **`reading_cow`**
- [x] **`reading_cow`**
- [x] Cow "reads" a file character by character, displaying each in its mouth before "swallowing".
---