Skip to content

Commit f2341ef

Browse files
committed
2022/01 comment
1 parent edafb94 commit f2341ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2022/Day01/Solution.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ public object PartOne(string input) =>
1212
public object PartTwo(string input) =>
1313
GetCaloriesPerElf(input).Take(3).Sum();
1414

15-
// Returns the calories carried by the elves in descending
16-
// order.
15+
// Returns the calories carried by the elves in descending order.
1716
private IEnumerable<int> GetCaloriesPerElf(string input) =>
1817
from elf in input.Split("\n\n")
1918
let calories = elf.Split('\n').Select(int.Parse).Sum()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy