mirror of
https://gitlab.com/MisterBiggs/aoc2021.git
synced 2025-08-03 03:41:25 +00:00
pt 1
This commit is contained in:
8
day2/rust/Cargo.toml
Normal file
8
day2/rust/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
3
day2/rust/src/main.rs
Normal file
3
day2/rust/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user