Tai D. Nguyen
Results
2
issues of
Tai D. Nguyen
Version: img2sixel 1.8.6 Ubuntu: Ubuntu 16.04.6 LTS Clang: 11.0.1 I compile the project with ASAN: ```bash CXX=$(CXX) CC$(CC)= ./configure --disable-shared AFL_USE_ASAN=1 make ``` and run a command to covert png...
How can I specify a 'main' contract in a source file? - Although a file may contain multiple contracts, only one contract can be designated as main, and the designated...