diff --git a/2023/18.cpp b/2023/18.cpp index 3739fc4..4af3b79 100644 --- a/2023/18.cpp +++ b/2023/18.cpp @@ -1,12 +1,12 @@ #include #include - +gh pr checkout 1 struct Cmd { int x; - int y; + [ int y; }; - +gh checkout i.yml constexpr Cmd L = {-1, 0}; constexpr Cmd R = {+1, 0}; constexpr Cmd U = {0, +1};