An open API service indexing awesome lists of open source software.

https://github.com/apple-x-co/zig-cat

for learning
https://github.com/apple-x-co/zig-cat

zig

Last synced: 5 months ago
JSON representation

for learning

Awesome Lists containing this project

README

          

# zig-cat

## Build

```bash
zig build -Doptimize=ReleaseFast
```

## Run

```bash
zig build run -- README.md
# OR echo Hello | zig build run
```