From 7a0bb2c0209d5e2c3d2859626262a21acfc31331 Mon Sep 17 00:00:00 2001 From: Denis Landa Date: Thu, 16 Oct 2025 17:15:37 +0000 Subject: [PATCH] Update du3/program.c --- du3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du3/program.c b/du3/program.c index a40766f..66ed67d 100644 --- a/du3/program.c +++ b/du3/program.c @@ -72,7 +72,7 @@ int main() { print_stack(&s); } } - printf("no input"); + printf("no input\n"); return 0; }