making 2023 a generic aoc repo
This commit is contained in:
0
.gitignore → 2023/.gitignore
vendored
0
.gitignore → 2023/.gitignore
vendored
0
Cargo.lock → 2023/Cargo.lock
generated
0
Cargo.lock → 2023/Cargo.lock
generated
@@ -1,6 +1,6 @@
|
||||
#![warn(clippy::all, clippy::pedantic)]
|
||||
|
||||
pub fn part1(_input: &str) -> String {
|
||||
#[must_use] pub fn part1(_input: &str) -> String {
|
||||
"Not Finished".to_string()
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#![warn(clippy::all, clippy::pedantic)]
|
||||
|
||||
pub fn part2(_input: &str) -> String {
|
||||
#[must_use] pub fn part2(_input: &str) -> String {
|
||||
"Not Finished".to_string()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user