travierm / zig-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig Challenge

Welcome to the Zig Challenge.

Your task is to build a CLI program in Zig that does the following...

  • Takes a folder and a string as input
  • Find all cases where the input is found in files within the folder
  • It should show the file and line number for each result along with a preview of the surrounding text.

Bun is used to build a node_modules that will be used as the test bench for the program.

bun install

Helpful Links

https://ziglearn.org/

https://ziglang.org/documentation/0.11.0/

Best of luck!

About