Skip to content

Commit 77abb98

Browse files
SethTisuePhilippus
andauthored
blog post: Scala Advent of Code 2024 (#1721)
Co-authored-by: Philippus Baalman <[email protected]>
1 parent 192497b commit 77abb98

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: blog-detail
3+
post-type: blog
4+
by: Seth Tisue, Akka
5+
title: "Join us for the Advent of Code 2024"
6+
---
7+
8+
### Summary
9+
The Scala Center is happy to announce that for the fourth year in a row, we are supporting the Scala Community's participation in the annual [Advent of Code](https://adventofcode.com/) challenge for 2024! _(Look [here](https://scala-lang.org/blog/2024/01/10/advent-of-code-recap.html) for a recap of 2023's edition)._
10+
11+
> Advent of Code, organised by [Eric Wastl](http://was.tl/) is a yearly event consisting of a series of small programming puzzles. The puzzles are released daily from December 1st to December 25th. The goal is to improve your understanding of your programming language of choice by solving as many puzzles as possible.
12+
13+
### Discord channel
14+
15+
In 2021, the Scala Center began a tradition of participating in the challenge.
16+
This year, we invite you to join us again! We have re-opened the `#advent-of-code` [Discord channel](https://discord.com/channels/632150470000902164/913451015246868530) at the official [Scala Discord Server](https://discord.com/invite/scala).
17+
18+
Here you can discuss the puzzles, share solutions, and ask for help.
19+
20+
The channel topic also has a link to a Scala-specific leaderboard, with a code for joining.
21+
22+
### Read and share solutions on our website
23+
24+
We have also created a new section for the 2024 edition on the [Scala Center Advent of Code website](https://scalacenter.github.io/scala-advent-of-code/2024/).
25+
Starting December 1st, we are posting a daily article corresponding to the day’s puzzle (ending December 25th). Each article shows a sample solution and explains how it works.
26+
27+
We want to showcase how Scala helps you write elegant solutions out-of-the-box, so we will restrict ourselves to only using the standard library.
28+
29+
Each day's article also includes links to alternate solutions. To add your own solution link, click "Edit this page" on a puzzle page, and then create a pull request with the link to your solution under the "Solutions from the community" section.
30+
31+
See you soon and happy coding!

0 commit comments

Comments
 (0)