7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
year=$1
|
||
|
day=$2
|
||
|
|
||
|
time perl ./$year/$day/problem.pl
|