https://github.com/codecrafters-io/grep-tester
https://github.com/codecrafters-io/grep-tester
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecrafters-io/grep-tester
- Owner: codecrafters-io
- Created: 2022-08-04T04:14:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T05:22:44.000Z (3 months ago)
- Last Synced: 2025-10-06T07:23:02.938Z (3 months ago)
- Language: Go
- Homepage:
- Size: 5.24 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grep Challenge Tester
This is a program that validates your progress on the "Build your own grep" challenge.
# Requirements for binary
- Following environment variables:
- `CODECRAFTERS_SUBMISSION_DIR` - root of the user's code submission
- `CODECRAFTERS_TEST_CASES_JSON` - test cases in JSON format
# User code requirements
- A binary named `your_grep.sh` that executes the program.
- A file named `codecrafters.yml`, with the following values:
- `debug`