chore: use double pointer notation

This commit is contained in:
2026-03-24 10:55:03 +01:00
parent fb9e783543
commit 087ad85dc7
+1 -1
View File
@@ -1,3 +1,3 @@
int main(int argc, char *argv[]) { int main(int argc, char **argv) {
return 0; return 0;
} }