Sha256: 0c6b8abc8472f04fd08203baea9ccea6b40d5e6c72866e5cbed6d771174618ec

Contents?: true

Size: 816 Bytes

Versions: 382

Compression:

Stored size: 816 Bytes

Contents

## Project Structure

* `src` contains your solution to the exercise
* `spec` contains the tests to run for the exercise

## Running Tests

If you're in the right directory (i.e. the one containing `src` and `spec`), you can run the tests for that exercise by running `crystal spec`:

```bash
$ pwd
/Users/johndoe/Code/exercism/crystal/hello-world

$ ls
GETTING_STARTED.md README.md          spec               src

$ crystal spec
```

This will run all of the test files in the `spec` directory.

In each test file, all but the first test have been skipped.

Once you get a test passing, you can unskip the next one by changing `pending` to `it`.

## Submitting Your Solution

Be sure to submit the source file in the `src` directory when submitting your solution:

```bash
$ exercism submit src/hello_world.cr
```

Version data entries

382 entries across 382 versions & 1 rubygems

Version Path
trackler-2.2.1.78 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.77 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.76 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.75 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.74 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.73 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.72 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.71 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.70 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.69 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.68 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.67 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.66 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.65 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.64 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.63 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.62 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.61 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.60 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.59 tracks/crystal/exercises/hello-world/HINTS.md