This commit is contained in:
2025-11-27 19:11:06 +00:00
parent d2382a36dc
commit 063094f2a2
7 changed files with 400 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
while [ 1 -eq 1 ]; do
/challenge/challenge < input
done