No description
Find a file
Damian Czapnik 42fe2383fc ziggin' it up
There are to-do comments in some of the files

This is just a quick and dirty rewrite with system notcurses lib
2026-05-28 13:02:53 +02:00
src ziggin' it up 2026-05-28 13:02:53 +02:00
.editorconfig ziggin' it up 2026-05-28 13:02:53 +02:00
.gitignore ziggin' it up 2026-05-28 13:02:53 +02:00
build.zig ziggin' it up 2026-05-28 13:02:53 +02:00
README.md ziggin' it up 2026-05-28 13:02:53 +02:00

CoCCLI

Clash of Code CLI

Installing and running

Consult zig build --help for a list of available build flags.

zig build <flags...>
./zig-out/bin/CoCCLI <args...>

Or run directly with:

zig build run -- <args...>