2024-12-04 13:52:25 +00:00
|
|
|
# [Advent of Code](https://adventofcode.com) Solutions
|
2018-11-29 16:33:55 +00:00
|
|
|
|
2024-12-04 13:52:25 +00:00
|
|
|
It's a fun challenge!
|
|
|
|
|
|
|
|
You should try it out if you like coding, puzzles, or want to learn a coding language or data science tools.
|
2018-12-07 00:34:56 +00:00
|
|
|
|
|
|
|
```js
|
2024-12-04 13:52:25 +00:00
|
|
|
if (isAdvent) {
|
2018-12-11 23:10:09 +00:00
|
|
|
programmer.goTo("adventofcode.com");
|
2018-12-07 00:34:56 +00:00
|
|
|
}
|
|
|
|
```
|
2018-11-29 21:32:45 +00:00
|
|
|
|