In order to run the tests for this track, you will need to install DUnitX. Please see the installation instructions for more information.
If Delphi is properly installed, and *.dpr
file types have been associated with Delphi, then double clicking the supplied *.dpr
file will start Delphi and load the exercise/project. control + F9
is the keyboard shortcut to compile the project or pressing F9
will compile and run the project.
Alternatively you may opt to start Delphi and load your project via. the File
drop down menu.
You can submit your solution using the exercism submit uCircularBuffer.pas
command.
This command will upload your solution to the Exercism website and print the solution page's URL.
It's possible to submit an incomplete solution which allows you to:
- See how others have completed the exercise
- Request help from a mentor
If you'd like help solving the exercise, check the following pages:
- The Delphi Pascal track's documentation
- Exercism's support channel on gitter
- The Frequently Asked Questions
Should those resources not suffice, you could submit your (incomplete) solution to request mentoring.
We monitor the Pascal-Delphi support room on gitter.im to help you with any questions that might arise.