Remove empty 2021 dir

This commit is contained in:
Wesley Moore 2022-12-01 17:00:04 +10:00
parent 3aa849f926
commit 8fdb89a1b8
No known key found for this signature in database
2 changed files with 0 additions and 11 deletions

View file

@ -1,8 +0,0 @@
[package]
name = "advent-of-code"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}