Categorygithub.com/codecrafters-io/grep-tester
repository
0.0.0-20241112071417-e77f1af8edd8
Repository: https://github.com/codecrafters-io/grep-tester.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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