4958 - all my apps fit in 4KB so far

(excluding tests)
This commit is contained in:
Kartik Agaram 2019-02-11 23:38:17 -08:00
parent 7bc0f8c1d0
commit ac73f9caf3
1 changed files with 16 additions and 0 deletions

16
subx/stats.md Normal file
View File

@ -0,0 +1,16 @@
Initial -tests/whitespace/comments
## Lines in source
apps/crenshaw2-1b.subx 798 176
apps/crenshaw2-1.subx 601 180
apps/factorial.subx 107 28
apps/handle.subx 361 58
apps/hex.subx 1535 133
apps/pack.subx 1667 241
## Bytes in executable
crenshaw2-1 17612 4112
crenshaw2-1b 18171 4140
factorial 16530 3488
handle 17323 3582
hex 20591 3866
pack 20762 4054