Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.58 KB

HELP.md

File metadata and controls

34 lines (20 loc) · 1.58 KB

Help

Running the tests

In order to run the tests for this track, you will need to install DUnitX. Please see the installation instructions for more information.

Loading Exercises into Delphi

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.

Submitting your solution

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

Need to get help?

If you'd like help solving the exercise, check the following pages:

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.