Added title being displayed at start of program execution

This commit is contained in:
Stefan Müller 2023-12-02 17:41:19 +01:00 committed by Stefan Müller
parent bd3f22d02b
commit 828f8b575d
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ type
procedure TAdventOfCode.RunPuzzleSolutions;
begin
WriteLn('Advent of Code 2023');
TTrebuchet.Solve;
end;