Passed test case 1 & 3
This commit is contained in:
@ -81,7 +81,7 @@ get_num () {
|
||||
|
||||
# Start the loop
|
||||
tr " " "\n" < "$FILE" | sort -n | uniq -c > temp-input
|
||||
for (( i=0; i<75; i++ ))
|
||||
for (( i=0; i<750; i++ ))
|
||||
do
|
||||
printf "%s Position %s\n" "$( date )" "$i"
|
||||
#cat temp-input
|
||||
|
Reference in New Issue
Block a user