Files
.github
.obsidian
HelloWorld
main
main.rs
branches
functions_rust
guessing_game
hello_cargo
loops
ownership
rectangles
.gitignore
Collection of Common Data Structs.md
Constants.md
Crates.md
Data Types.md
Enums.md
Modules and Use.md
Packages.md
Paths.md
Primitives.md
Project Organization.md
README.md
Structures.md
Variables.md
data_types.md
ownership.md
RustBrock/HelloWorld/main.rs
2024-12-23 10:39:43 -07:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}