Skip to content

samson-bu/AdventofCode-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventofCode-Java

Advent of Code - solutions in Java

说明

为了能够通过HTTP拿到用户输入数据,需要在 aoc2021.AoC2021中添加cookies

static {
        COOKIES.put("_ga", "");
        COOKIES.put("_gid", "");
        COOKIES.put("_gat", "");
        COOKIES.put("session", "");
    }

以上值可从浏览器请求中获得,如下图: image

有趣的站点

https://paiv.github.io/aoc2021/day/11/

About

Advent of Code - solutions in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages