6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/sh
|
|
|
|
while [ 1 -eq 1 ]; do
|
|
/challenge/challenge < input
|
|
done
|