1 2 3 4 5 6 7 8 9 10 11
#pragma once // clang-format off #define MSG_INFO "[INFO] " #define MSG_WARN "[WARN] " #define MSG_ERROR "[ERRO] " // clang-format on struct Pt { int x, y; };