Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Nov 7, 2021
1 parent de4d311 commit 363f66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ A repo for learning rust
- [`datatypes`](datatypes) get to know what is datatypes
- [`variables`](variables) variables!!!
- [`consts`](consts) consts and strings
- [`strings`](strings) get to know what is strings and how to use it

- learnrust is licensed under [`Apache-2.0 License`](LICENSE)
1 change: 1 addition & 0 deletions strings/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Strings:
- storing texts or variables is known as string we use the keyword ```rust let ``` in rust

- main.rs

Expand Down

0 comments on commit 363f66e

Please sign in to comment.