ZIG Networking A simple Zig tcp client and server example, made for learning purposes. Running the Example To compile and run the client example, use: zig build example_client To compile and run the server example, use: zig build example_server