6 lines
84 B
C++
6 lines
84 B
C++
|
#pragma once
|
||
|
|
||
|
#include <utility>
|
||
|
|
||
|
using Position = std::pair<const int, const int>;
|