Fix extra whitespace

This commit is contained in:
Carol (Nichols || Goulding) 2016-12-29 10:31:06 -05:00
parent 587d605c81
commit 42c876b3ff
5 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
## Accepting Command Line Arguments
Our first task is to have `greprs` accept its two command line arguments. There

View File

@ -1,4 +1,3 @@
## Reading a File
Now that we have some variables containing the information that we need, let's

View File

@ -1,5 +1,3 @@
## Testing the Library's Functionality
Writing tests for the core functionality of our code is now easier since we

View File

@ -1,4 +1,3 @@
## Working with Environment Variables
Let's add one more feature: case insensitive searching. In addition, this

View File

@ -1,4 +1,3 @@
## Write to `stderr` Instead of `stdout`
Right now, we're writing all of our output to the terminal with `println!`.