chore: add todo

This commit is contained in:
Stevan Freeborn
2024-12-08 22:50:05 -06:00
parent b3a400bc7f
commit 840306855f
+1
View File
@@ -24,6 +24,7 @@ stopwatch.Stop();
Console.WriteLine($"The number of antinode locations is {result}. ({stopwatch.ElapsedMilliseconds}ms)");
// TODO: Make this better...it is ugly
// TODO: Add tests for actual input and corresponding solution
static class AntennaGroupingsExtensions
{
public static List<Point> GetAntinodes(this List<IGrouping<char,Antenna>> groupings, string[] input, bool isPart2 = false)