mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-25 20:36:00 -06:00
.github
.obsidian
HelloWorld
branches
functions_rust
guessing_game
hello_cargo
loops
src
Cargo.lock
Cargo.toml
ownership
rectangles
.gitignore
Constants.md
Data Types.md
Enums.md
Modules.md
Primitives.md
README.md
Structures.md
Variables.md
data_types.md
ownership.md
7 lines
76 B
TOML
7 lines
76 B
TOML
[package]
|
|
name = "loops"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|