diff options
-rw-r--r-- | README.org | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -7,7 +7,13 @@ useful for myself. This program takes an integer/pair of integers/list of integers and, with some flags, lists properties of the input. Current features are listed below. -* Features -- [X] Show whether numbers a prime +* CLI +- [X] Show whether numbers are prime - [X] List factors of a number - [X] Get highest common factor of two numbers +- [X] General list of info for a list of numbers +* Website +- [ ] Ability to handle routesa and 404s +- [ ] Form on '/' route POSTs body of form to '/input' route +- [ ] '/input' route does computation then returns a new view with + result |