1
0
Fork 0

Better name.

This commit is contained in:
Pcornat 2022-12-01 22:48:32 +01:00
parent 1f09c78916
commit 13393c7ea8
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3,5 +3,5 @@
version = 3
[[package]]
name = "_1_calorie_counting"
name = "advent_of_code"
version = "0.1.0"

View File

@ -1,5 +1,5 @@
[package]
name = "_1_calorie_counting"
name = "advent_of_code"
version = "0.1.0"
edition = "2021"

View File

@ -1,4 +1,4 @@
use _1_calorie_counting::prob1;
use advent_of_code::prob1;
fn main() {
let args: Vec<String> = std::env::args().collect();