diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-06-22 19:23:30 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-06-22 19:23:30 +0100 |
commit | e86ecba94bd7f1c7fa0f8583d84468293ae936a2 (patch) | |
tree | 6ac636391283befc1c641130d95c8ca8ab84c881 /comp/work/58/starter | |
parent | 10d3793dd58f5c85e9a1be331afc3a08922c0f38 (diff) |
Diffstat (limited to 'comp/work/58/starter')
-rw-r--r-- | comp/work/58/starter | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/comp/work/58/starter b/comp/work/58/starter new file mode 100644 index 0000000..0261da9 --- /dev/null +++ b/comp/work/58/starter @@ -0,0 +1,27 @@ +130 | R1 | R2 | R3 | R4 + 83 | 83 | 0 | | 0 + | | 1 | 1 | + | | | | 1 + | 41 | | | + | | 2 | 1 | + | | | | 2 + | 20 | | | + | | 3 | 0 | + | 10 | | | + | | 4 | 0 | + | 5 | | | + | | 5 | 1 | 3 + | 2 | | | + | | 6 | 0 | + | 1 | | | + | | 7 | 1 | 4 + | 0 | | | + | 83 | | | 0 + | 211| | | + 211| | | | + +It adds a parity bit to the number + +faster, lower level access + +not OO or functional |