Add solution for 2016 Day 8

This commit is contained in:
Thraix
2026-08-15 22:18:32 +02:00
parent b60954656b
commit 3d9b19be4d
4 changed files with 84 additions and 9 deletions
+2 -1
View File
@@ -508,7 +508,8 @@ struct Array2D
{
os << array2D.Get(x, y);
}
os << std::endl;
if (y != array2D.height - 1)
os << std::endl;
}
return std::cout;
}