exercism / awk

Exercism exercises in AWK.
https://exercism.org/tracks/awk
MIT License
18 stars 21 forks source link

Add the "Proverb" exercise. #256

Closed rabestro closed 4 months ago

rabestro commented 4 months ago

This exercise includes adding tests, example, instructions, and metadata for a new exercise called "Proverb". The main purpose of this exercise is to refine the learner's knowledge about manipulating and filtering strings in a list. The program takes an arbitrary list of inputs and generates a series of statements often found in a proverb. The final output will depend on these inputs and the order they've been placed in.