A simple cat implementation written in Zig.
- Zig compiler version 0.15.1 or later.
To build the project, clone the repository and run the following command:
zig buildThis will create the zat executable in the zig-out/bin/ directory.
To display the content of a file, use the following command:
./zig-out/bin/zat <filename>For example:
./zig-out/bin/zat README.mdYou can also run the program directly using the build system:
zig build run -- <filename>This project is licensed under the MIT License. See the LICENSE file for details.