Point

Console point: row and column

version(Posix)
struct Point {
int row;
int col;
}

Meta