1
0

rename statics/euler and sync b93 code with main repo

This commit is contained in:
2017-11-20 17:38:54 +01:00
parent 0efeb3afeb
commit 69e3f51730
409 changed files with 745 additions and 509 deletions

View File

@@ -0,0 +1,8 @@
There are only `N` kinds of numbers:
- `0` - `20`: Get the length from a precomputed list
- `20` - `99`: Get the length of the first word from a precomputed list and the length of the second word (second digit) from the previous point
- `100` - `999`: Get the length of the first word from a precomputed list and the length of the second and third word (second digit) from the previous point
- `1000`: Get the hard coded value
*Note*: Interestingly this program operates completely on the stack - only the initializing method sets a few "constant fields" to per-definied values