Chapter 0103 done
This commit is contained in:
13
Projects/hello_cargo/Cargo.toml
Normal file
13
Projects/hello_cargo/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "hello_cargo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["HaQadosch Berraka <haqadosch+rust@pm.me>"]
|
||||
description = "displays hello world"
|
||||
documentation = "./docs/ref.org"
|
||||
readme = "./docs/readme.org"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
3
Projects/hello_cargo/src/main.rs
Normal file
3
Projects/hello_cargo/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user