From 0b98e8eb6829e006e70e5331965a74c828b1371c Mon Sep 17 00:00:00 2001 From: nova Date: Sun, 5 Oct 2025 14:35:33 +0200 Subject: [PATCH] removal of stray printf --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 45de259..c51bda6 100644 --- a/main.c +++ b/main.c @@ -212,5 +212,4 @@ void init() { seed = malloc(sizeof(time_t)); *seed = time(NULL); - printf("%ld", (time_t)&seed); }