fix: bunch of meaningless chars in the walkthrough/source code

level9: done (wip - walkthrough)
This commit is contained in:
0x35c
2025-05-05 18:00:54 +02:00
parent 50afa069df
commit 428102a376
5 changed files with 49 additions and 4 deletions

View File

@ -9,7 +9,7 @@ void m(void)
{
time_t current_time;
current_time = time((time_t *)0x0);
current_time = time(NULL);
printf("%s - %d\n", c, current_time);
return;
}