clear not needed boilerplate and add author name for the first example

This commit is contained in:
Andrii Nyzhnyk
2020-08-23 22:31:33 +03:00
parent d8da439590
commit 58f1a6e325
3 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
[[package]]
name = "binary-search"
version = "0.1.0"

View File

@@ -1,6 +0,0 @@
[package]
name = "binary-search"
version = "0.1.0"
authors = ["giorgiodelgado <hi@gdelgado.ca>"]
[dependencies]

View File

@@ -1,3 +1,8 @@
// name = "binary-search"
// version = "0.1.0"
// authors = ["giorgiodelgado <hi@gdelgado.ca>"]
//
// to run tests, you must have rust and cargo installed // to run tests, you must have rust and cargo installed
// then run `cargo test` // then run `cargo test`