Format for code in a solution explainer #424
Closed
bishabosha
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for taking the time to write a solution for the website! We have a couple of rules we would like you to follow:
Schedule
🚨 check here or the Discord to see if someone else is already posting for the day 🚨
Format
In general, a solution should be written in the broad framework provided by these examples.
day 1 2023
day 2 2023
Please check if there is a part 2 of the challenge, and that you have solved it before you write the solution explainer.
the solution should only use what is available in the Scala 3.3.1 standard library, with the following two entry points (Please avoid File I/O, and assume that the input is already read from file/text input). We will compile your solutions with Scala.js so that they can be run in the browser.
it is not necessary to add the "Solve it in the browser section" as that requires a bit more manual work that we can handle if necessary.
Beta Was this translation helpful? Give feedback.
All reactions