Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 639 Bytes

File metadata and controls

14 lines (7 loc) · 639 Bytes

Zip quine

Test status

Gif

This is a program that generates a ZIP file with a program that generates a ZIP file...

main.c was generated by running gen.c (gcc gen.c && ./a.out > main.c).

It would be easier to understand gen.c however is relies very heavily on macros and might be hard to read.

I didn't really encode the crc32 so prgrams could complain about that.