minigrep_bourne 0.1.0

A simple implementation of the classic grep command
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "minigrep_bourne"
version = "0.1.0"
authors = ["<Bourne> <liuweifu321@gmail.com>"]
edition = "2024"
license = "MIT"
description = "A simple implementation of the classic grep command"

[dependencies]