Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 374 Bytes

Substring

Example code to determine if a given string (needle) is found within another string (haystack).

This project demonstrates a tiny c++ function being compiled and tested using the bazel build framework. Includes github actions to run build and generate code coverage report.

Also see The clojure branch.