const
MeetingTitle = 'Advent of Code';
MeetingMonth = 2024.12 ;
{ tags: #AoC #2024 }
WriteLn('''
''');For the last 10 years, a set of programming challenges has been produced on a daily basis from the beginning of December until Christmas. It is called Advent of Code, a name derived from the “Advent Calendars” popular this time of year where kids open a daily tab on a wall-hung calendar to reveal a surprise as they count down the days until Christmas.
MeetingDetails(MeetingTitle, MeetingMonth);
end;