~chotrin/simple-programming-problems-rc

Solutions to simple programming problems, written in rc.
Added extra newline.
A number guessing game.
Use the builtin /bin/read for user input.

refs

front
browse  log 

clone

read-only
https://git.sr.ht/~chotrin/simple-programming-problems-rc
read/write
git@git.sr.ht:~chotrin/simple-programming-problems-rc

You can also use your local clone with git send-email.

#Simple Programming Problems - rc.

I'm working through a list of simple programming problems in order to learn how to write scripts in Plan 9's rc shell. These are my solutions to each of the problems.