1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 10:20:15 -04:00

removal of stray printf

This commit is contained in:
nova
2025-10-05 14:35:33 +02:00
parent 87ae2a5e8f
commit 0b98e8eb68

1
main.c
View File

@@ -212,5 +212,4 @@ void init() {
seed = malloc(sizeof(time_t));
*seed = time(NULL);
printf("%ld", (time_t)&seed);
}