Update main.c

This commit is contained in:
Lightos1
2026-01-11 15:12:30 +01:00
committed by GitHub
parent 94c8a0fd00
commit 73498b871e

View File

@@ -907,6 +907,7 @@ int main(int argc, char* argv[])
(based on tinymembench-pthread, a multi-thread fork of simple benchmark for memory throughput and latency)\n\n");
printf("Copyright (c) 2011-2016 Siarhei Siamashka\n");
printf("Copyright (c) 2023 KazushiMe\n");
printf("Copyright (c) 2023 hanai3Bi\n");
printf("Copyright (c) 2025 Souldbminer\n");
printf("\n");
@@ -1074,4 +1075,4 @@ latency:
// Deinitialize and clean up resources used by the console (important!)
consoleExit(NULL);
return 0;
}
}