diff options
Diffstat (limited to '2022/two')
-rwxr-xr-x | 2022/two | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/2022/two b/2022/two deleted file mode 100755 index 8dd0080..0000000 --- a/2022/two +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -source "vars" -LEVEL="2" -SUBMIT_URL="https://adventofcode.com/${YEAR}/day/$((10#${DAY}))/answer" - -curl $SUBMIT_URL --cookie "session=${TOKEN}" --data "level=${LEVEL}&answer=$1" | rg -C 1 "main" |