diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-26 22:55:20 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-26 22:55:20 -0400 |
| commit | 63051c6f1cf59e468cb4175deea83c82888d18c2 (patch) | |
| tree | 8b43f64dd8a1932aa886283a63d49688b149b5a6 /test.lisp | |
| parent | e38591e34fb46b433485e8decbe0ea3ec964fdbe (diff) | |
Diffstat (limited to 'test.lisp')
| -rw-r--r-- | test.lisp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test.lisp b/test.lisp deleted file mode 100644 index 4353ef3..0000000 --- a/test.lisp +++ /dev/null @@ -1,7 +0,0 @@ -(let ((elf (elf/new!))) - (print! elf) - (elf/write-header! elf - :type elf/TYPE_EXEC - :machine elf/MACHINE_AMD64) - (elf/spit! "test.elf" elf) - ) |
