7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
year=$1
|
|
day=$2
|
|
|
|
time bash $year/$day/problem.sh
|