Skip to content

Commit 363f66e

Browse files
committed
README
1 parent de4d311 commit 363f66e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ A repo for learning rust
55
- [`datatypes`](datatypes) get to know what is datatypes
66
- [`variables`](variables) variables!!!
77
- [`consts`](consts) consts and strings
8+
- [`strings`](strings) get to know what is strings and how to use it
89

910
- learnrust is licensed under [`Apache-2.0 License`](LICENSE)

strings/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Strings:
2+
- storing texts or variables is known as string we use the keyword ```rust let ``` in rust
23

34
- main.rs
45

0 commit comments

Comments
 (0)