```sh clear; clang -std=c99 -o reader reader.c && ./reader # или tcc -run reader.c ``` ```sh tcc -run writer.c ```