7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
year=$1
|
||
|
day=$2
|
||
|
|
||
|
gplc -o $year/$day/problem $year/$day/problem.pl && time $year/$day/problem
|