vault backup: 2025-02-17 16:19:10
This commit is contained in:
parent
f29d3f1789
commit
3e212974b7
@ -26,3 +26,7 @@ Second, indents always happen with 4 spaces, not a tab.
|
|||||||
Third, the print statement is doing something a little different. It is a *macro*, not a function. Macros use ! at the end, while functions do not.
|
Third, the print statement is doing something a little different. It is a *macro*, not a function. Macros use ! at the end, while functions do not.
|
||||||
|
|
||||||
Fourth, each line ends with a semicolon. Much like C.
|
Fourth, each line ends with a semicolon. Much like C.
|
||||||
|
|
||||||
|
# Cargo!
|
||||||
|
|
||||||
|
Cargo is Rust's dependency manager and project creator. Using "cargo new xxx" will create a new project in a folder xxx.
|
||||||
|
|||||||
@ -0,0 +1,10 @@
|
|||||||
|
Generated by ChatGPT on 2025-02-17
|
||||||
|
|
||||||
|
# Table of Contents for hello_cargo
|
||||||
|
|
||||||
|
## Subdirectories
|
||||||
|
- [[src/src - README]]
|
||||||
|
|
||||||
|
## Files
|
||||||
|
- [[Cargo.toml]]
|
||||||
|
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
Generated by ChatGPT on 2025-02-17
|
||||||
|
|
||||||
|
# Table of Contents for src
|
||||||
|
|
||||||
|
## Files
|
||||||
|
- [[main.rs]]
|
||||||
|
|
||||||
@ -2,6 +2,9 @@ Generated by ChatGPT on 2025-02-17
|
|||||||
|
|
||||||
# Table of Contents for hello_world
|
# Table of Contents for hello_world
|
||||||
|
|
||||||
|
## Subdirectories
|
||||||
|
- [[hello_cargo/hello_cargo - README]]
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[main]]
|
- [[main]]
|
||||||
- [[main.rs]]
|
- [[main.rs]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user