wip Sully pbm decrementing

This commit is contained in:
asus
2024-01-26 00:13:45 +01:00
parent 65aac2c25a
commit 996749c8be
6 changed files with 20 additions and 39 deletions

View File

@@ -17,20 +17,18 @@
```
dr_quine/
├─ C/
│ ├─ Colleen.c
│ ├─ Grace.c
│ ├─ Sully.c
│ ├─ Makefile
│ └─ ...
└─ ASM/
├─ Colleen.asm
├─ Grace.asm
├─ Sully.asm
├─ Makefile
└─ ...
| C/
| | Colleen.c
| | Grace.c
| | Sully.c
| | Makefile
| | ...
| ASM/
| | Colleen.asm
| | Grace.asm
| | Sully.asm
| | Makefile
| | ...
```