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.98 tracks/crystal/exercises/hello-world/.meta/hints.md
trackler-2.2.1.97 tracks/crystal/exercises/hello-world/.meta/hints.md
trackler-2.2.1.96 tracks/crystal/exercises/hello-world/.meta/hints.md
trackler-2.2.1.95 tracks/crystal/exercises/hello-world/.meta/hints.md
trackler-2.2.1.94 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.93 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.92 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.91 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.90 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.89 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.88 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.87 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.86 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.85 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.84 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.83 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.82 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.81 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.80 tracks/crystal/exercises/hello-world/HINTS.md
trackler-2.2.1.79 tracks/crystal/exercises/hello-world/HINTS.md