Примітивна реалізація відомої гри
Wordle. Буду радий якщо хтось перепише на расті або іншими мовами.
GitLab:
https://gitlab.com/axmed99/wordle
Збирання і запускapt install rakudo
git clone https://gitlab.com/axmed99/wordle.git
cd wordle/
./wordle.raku
Запуск через Podmancd wordle/
podman build ./ --tag wordle
podman image list
podman run -ti wordle