Initial commit: add the grep like from chapter 2
authorGreg Burri <greg.burri@gmail.com>
Thu, 1 Jul 2021 11:26:55 +0000 (13:26 +0200)
committerGreg Burri <greg.burri@gmail.com>
Thu, 1 Jul 2021 11:26:55 +0000 (13:26 +0200)
commitff3f4757af281a923999bcb79f67c77e17b4bef7
tree80353bcdc00a60297c16971f3f96057b637f2e6b
Initial commit: add the grep like from chapter 2
.gitignore [new file with mode: 0644]
ch2-str-simple-pattern/Cargo.lock [new file with mode: 0644]
ch2-str-simple-pattern/Cargo.toml [new file with mode: 0644]
ch2-str-simple-pattern/src/main.rs [new file with mode: 0644]
ch2-str-simple-pattern/text.txt [new file with mode: 0644]