We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4d311 commit 363f66eCopy full SHA for 363f66e
README.md
@@ -5,5 +5,6 @@ A repo for learning rust
5
- [`datatypes`](datatypes) get to know what is datatypes
6
- [`variables`](variables) variables!!!
7
- [`consts`](consts) consts and strings
8
+- [`strings`](strings) get to know what is strings and how to use it
9
10
- learnrust is licensed under [`Apache-2.0 License`](LICENSE)
strings/README.md
@@ -1,4 +1,5 @@
1
## Strings:
2
+- storing texts or variables is known as string we use the keyword ```rust let ``` in rust
3
4
- main.rs
0 commit comments