Sha256: 1673544e66d759fa644b03a18935006582d3cc212070c2399516199c730f6fa3

Contents?: true

Size: 1.98 KB

Versions: 107

Compression:

Stored size: 1.98 KB

Contents

# Hello World

The classical introductory exercise. Just say "Hello, World!".

["Hello, World!"](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program) is
the traditional first program for beginning programming in a new language
or environment.

The objectives are simple:

- Write a function that returns the string "Hello, World!".
- Run the test suite and make sure that it succeeds.
- Submit your solution and check it at the website.

If everything goes well, you will be ready to fetch your first real exercise.

## Testing

In order to run the tests for this track, you will need to install
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/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.

### When Questions Come Up
We monitor the [Pascal-Delphi](https://gitter.im/exercism/Pascal-Delphi) support room on [gitter.im](https://gitter.im) to help you with any questions that might arise.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file you're submitting is in the `exercism/delphi/<exerciseName>` directory.

For example, if you're submitting `ubob.pas` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/delphi/bob/ubob.pas`.

## Source

This is an exercise to introduce users to using Exercism [http://en.wikipedia.org/wiki/%22Hello,_world!%22_program](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.179 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.178 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.177 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.176 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.175 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.174 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.173 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.172 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.171 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.170 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.169 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.167 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.166 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.165 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.164 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.163 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.162 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.161 tracks/delphi/exercises/hello-world/README.md
trackler-2.2.1.160 tracks/delphi/exercises/hello-world/README.md