mirror of
https://github.com/parnic/advent-of-code-2023.git
synced 2025-06-17 00:51:52 -05:00
Day 10
I needed some help on part 2. Solving for enclosed points in a polygon is...not my forte.
This commit is contained in:
6
src/Util/Constants.cs
Normal file
6
src/Util/Constants.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace aoc2023.Util;
|
||||
|
||||
public static class Constants
|
||||
{
|
||||
public const char SolidBlock = '█';
|
||||
}
|
Reference in New Issue
Block a user