Change build system to meson

This commit is contained in:
2022-11-08 19:15:16 +01:00
parent ee5e80512b
commit 74b8afbe6e
17 changed files with 208 additions and 118 deletions

View File

@@ -5,7 +5,7 @@
namespace ptprnt::bitmap {
struct Bitmap {
std::vector<std::vector<int>> map;
std::vector<std::vector<int>> map;
};
}
} // namespace ptprnt::bitmap