Added title being displayed at start of program execution
This commit is contained in:
parent
bd3f22d02b
commit
828f8b575d
|
@ -44,6 +44,7 @@ type
|
|||
|
||||
procedure TAdventOfCode.RunPuzzleSolutions;
|
||||
begin
|
||||
WriteLn('Advent of Code 2023');
|
||||
TTrebuchet.Solve;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue