diff options
author | j-james | 2022-12-01 06:46:43 +0000 |
---|---|---|
committer | j-james | 2022-12-01 06:47:21 +0000 |
commit | 6a3c52602974d411c99b312d9ae709e53ef0e29c (patch) | |
tree | 0e345cbc5c1d1332340e1c6db2e40a444467fd7c /util/one | |
parent | 5bb17e9fcf87a976c69dab9e6a73a42745b3d4ce (diff) |
Delete submission scripts and update Rust template
yeah i'm never going to use those scripts
Diffstat (limited to 'util/one')
-rwxr-xr-x | util/one | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util/one b/util/one deleted file mode 100755 index 6b7db35..0000000 --- a/util/one +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -source "vars" -LEVEL="1" -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" |