Thanks for these replies! I am searching exelotl's method.

What I want to do is gather all compressed data(source code) to one .nim files. 
I am attending AtCoder(programming contest) using Nim. In this contest, 
submission by only one file is pemitted and cannot submit multiple files. Then, 
the contest server compile the submit code and run the tests. Since, there is a 
restriction for the size of submit code(not the size of binary), I want to 
compress the code.

I want to write the information of zip file in some way (not only by string). I 
didn't know how to escape non-printable byte in string, now I solved it. But it 
may makes the code size larger...

I am also finding another way to write them other than raw string. 

Reply via email to