update naming

This commit is contained in:
Daniel Ledda
2025-02-09 14:02:44 +01:00
parent ec918c7bc8
commit f12b4091d7
6 changed files with 28 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ int main(int argc, char **argv) {
Arena *arena = arenaAlloc(Megabytes(64));
list<string> args = getArgs(arena, argc, argv);
prinft("%S", strSplit(arena, "-"_s, "hallo-world"_s));
print("%S", strSplit(arena, "-"_s, "hallo-world"_s));
return statusCode;
}