update 22
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace aocpp {
|
||||
|
||||
auto Draw(std::ostream & out, std::map<Coord, std::int64_t> image) -> void {
|
||||
auto Draw(std::ostream & out, std::map<Coord, std::int64_t> const& image) -> void {
|
||||
std::int64_t minX = 0, maxX = 0, minY = 0, maxY = 0;
|
||||
for (auto&& [k, _] : image) {
|
||||
auto [x,y] = k;
|
||||
|
Reference in New Issue
Block a user