7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
year=$1
|
||
|
day=$2
|
||
|
|
||
|
time yabasic ./$year/$day/problem.bas
|