Cleanup namespace and api.

This commit is contained in:
2026-08-04 23:41:31 +01:00
parent 1f57c40eef
commit 5722731c6a
8 changed files with 63 additions and 50 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ int main(int argc, char *argv[]) {
if (argc < 2)
throw std::runtime_error("Please give filename.");
Vase vase = Vase(std::string(argv[1]));
Vase vase = Vase(argv[1], "/tmp");
Point p = {500, 1000};
vase.insert(&p, 'x');