Skip to content

Commit

Permalink
chore: code fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Dec 25, 2023
1 parent cf8538e commit cd8a282
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 246 deletions.
10 changes: 2 additions & 8 deletions code/rs/src/d25.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ fn part1(input: &str) -> usize {

pub fn main() {
let input: &str = include_str!("../../../input/25.txt");
println!(
"Part 1 : {}",
part1(input,)
);
println!(
"Part 2 : {}",
"Merry Christmas!"
);
println!("Part 1 : {}", part1(input,));
println!("Part 2 : {}", "Merry Christmas!");
}
Loading

0 comments on commit cd8a282

Please sign in to comment.