first commit
This commit is contained in:
commit
b7187433ab
5
Day01/.gitignore
vendored
Normal file
5
Day01/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
.idea
|
||||
target
|
||||
debug
|
||||
Cargo.lock
|
||||
**/*.rs.bk
|
||||
8
Day01/Cargo.toml
Normal file
8
Day01/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "Day01"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
3
Day01/src/main.rs
Normal file
3
Day01/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user