Dominik Madarász 2024-08-19 10:40:01 +02:00
parent c7c407f0ae
commit 8e7d590991
4 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, char* argv[]) {
}
process_template(template_path, base_path, output_path);
printf("OK\n");
// printf("OK\n");
return 0;
}

Binary file not shown.

View File

@ -87,7 +87,7 @@ int main(int argc, char* argv[]) {
}
fclose(input);
printf("OK\n");
// printf("OK\n");
return 0;
}

Binary file not shown.