Skip to content

Commit

Permalink
Merge pull request #4 from theorlandog/content
Browse files Browse the repository at this point in the history
adding utils
  • Loading branch information
theorlandog authored Jan 8, 2023
2 parents ac82b3e + 757d7cc commit 8be7e9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ Example repo created while learning the rust toolchain
To initialize a project, we use cargo from the rust toolchain.

```
$ cargo new rust-example
Created binary (application) `rust-example` package
$ cargo new rust_example
Created binary (application) `rust_example` package
$ tree .
.
├── LICENSE
├── README.md
└── rust-example
└── rust_example
├── Cargo.toml
└── src
└── main.rs
```

0 comments on commit 8be7e9c

Please sign in to comment.