AfanasevGad7

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad7
Log | Files | Refs

commit b30a68243c7ce23c036d329346b2fa17798a6941
parent 4c9a7561e937e85d6408e5242f4330681efae48e
Author: Plat <plat@stellar-nexus.ru>
Date:   Thu, 23 Oct 2025 19:22:19 +0000

Updated test.sh

Diffstat:
Mtest.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.sh b/test.sh @@ -1,2 +1,2 @@ #!/bin/sh -seq 10000 | ./a.out && echo "Test success" +echo $(seq 10000) 0 | ./a.out && echo "Test success"