vault backup: 2025-02-17 16:19:10

This commit is contained in:
Dane Sabo 2025-02-17 16:19:10 -05:00
parent f29d3f1789
commit 3e212974b7
4 changed files with 24 additions and 0 deletions

View File

@ -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.
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.

View File

@ -0,0 +1,10 @@
Generated by ChatGPT on 2025-02-17
# Table of Contents for hello_cargo
## Subdirectories
- [[src/src - README]]
## Files
- [[Cargo.toml]]

View File

@ -0,0 +1,7 @@
Generated by ChatGPT on 2025-02-17
# Table of Contents for src
## Files
- [[main.rs]]

View File

@ -2,6 +2,9 @@ Generated by ChatGPT on 2025-02-17
# Table of Contents for hello_world
## Subdirectories
- [[hello_cargo/hello_cargo - README]]
## Files
- [[main]]
- [[main.rs]]