Sha256: 174a13d0ab455930c07a895411315e7da8ba0693118ed4b958720d69d104bb2f

Contents?: true

Size: 1.08 KB

Versions: 20

Compression:

Stored size: 1.08 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.

## Getting Started
For installation and learning resources, refer to the
[exercism help page](http://exercism.io/languages/reasonml).

## Building and testing
You will need the node package manager (npm) installed - download from [here](https://www.npmjs.com/get-npm)
There is one time setup for each exercise, which may take a few minutes:
```
npm install
```

Open two shells, and in the first, start the build process.
```
npm start
```

In the second, start the tests running.
```
npm test
```

As you edit the code, the two processes will continually rebuild and rerun the tests.

Version data entries

20 entries across 20 versions & 1 rubygems

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