# Most square (YODA award) Yusuke Endoh ## Judges' comments: ### To build: make ### To run: ./prog > foo.c ### Try: ./prog > main.c make main ./main Hello ### Selected Judges Remarks: Big terminals with tiny fonts have their uses in certain cases. One of them is: ./prog < prog.c > treacle.c make treacle # or instead of make: cc -Wno-empty-body -funsigned-char treacle.c -o treacle ./treacle When using a smart phone to read the output, you may need to step back to see the bigger picture because that picture is worth more than 1000 words. ## Author's comments: ### Remarks You may want to use a large display with a very small-font terminal. ### Spoiler Decompress `src.zip` if you need explanation. --------------------------------------------------------------------------------