Add: cowsay, splash

This commit is contained in:
xamidev
2024-08-24 21:50:20 +02:00
parent 2893e75ad1
commit 942b4fa88e
7 changed files with 134 additions and 6 deletions

View File

@@ -51,7 +51,11 @@ Options:
#### `primes`
Computes prime numbers up to `PRIMES_MAX`, defined in `src/programs/primes.c`.
Computes prime numbers.
Options:
- `<nothing>` will default to `PRIMES_MAX` (a million)
- `<integer>` will compute primes up to that number
#### `rainbow`