From ea416d1a2ecf55f141614231290829b7fcba5ebb Mon Sep 17 00:00:00 2001 From: Spectre Date: Thu, 23 Apr 2026 13:42:40 +0200 Subject: [PATCH] update the TODO.md --- TODO.md | 8 ++++---- file | 1 - test | 0 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 file delete mode 100644 test diff --git a/TODO.md b/TODO.md index d56ac10..93eb2db 100644 --- a/TODO.md +++ b/TODO.md @@ -44,11 +44,11 @@ - [ ] Implement other options from `cowsay` manpage. - [ ] **New Feature** - [ ] Implement a new feature (e.g., `--tail L` to adjust tail length, or display a herd). -- [ ] **`wildcow`** - - [ ] Test and explain `update()` and `gotoxy()`. - - [ ] Create an animated cow using `update()`, `gotoxy()`, and `sleep()`. +- [x] **`wildcow`** + - [~] Test and explain `update()` and `gotoxy()`. + - [x] Create an animated cow using `update()`, `gotoxy()`, and `sleep()`. - [ ] **`reading_cow`** - - [ ] Cow "reads" a file character by character, displaying each in its mouth before "swallowing". + - [x] Cow "reads" a file character by character, displaying each in its mouth before "swallowing". --- diff --git a/file b/file deleted file mode 100644 index 1cd909e..0000000 --- a/file +++ /dev/null @@ -1 +0,0 @@ -bonjour diff --git a/test b/test deleted file mode 100644 index e69de29..0000000