Advent of Code - solutions in Java
为了能够通过HTTP拿到用户输入数据,需要在 aoc2021.AoC2021
中添加cookies
static {
COOKIES.put("_ga", "");
COOKIES.put("_gid", "");
COOKIES.put("_gat", "");
COOKIES.put("session", "");
}
Advent of Code - solutions in Java
为了能够通过HTTP拿到用户输入数据,需要在 aoc2021.AoC2021
中添加cookies
static {
COOKIES.put("_ga", "");
COOKIES.put("_gid", "");
COOKIES.put("_gat", "");
COOKIES.put("session", "");
}