diff --git a/make_contest.sh b/make_contest.sh new file mode 100644 index 0000000..6565378 --- /dev/null +++ b/make_contest.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +mkdir $1 +curl -Lk https://codeforces.com/contest/$1/problems -o $1/index.html \ No newline at end of file