https://github.com/adlonymous/minigrep
https://github.com/adlonymous/minigrep
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adlonymous/minigrep
- Owner: adlonymous
- Created: 2024-04-22T22:40:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T22:47:08.000Z (about 2 years ago)
- Last Synced: 2025-02-07T02:48:28.190Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Built a barebones CLI Program to find a particular string in a text file. Kinda like a replica of the grep CLI program