Sha256: 28fbd70a0de020c391f0115fdfb3b130047c19fb133a3874a4be80477a96b84d

Contents?: true

Size: 1.43 KB

Versions: 78

Compression:

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

* * * *

For installation and learning resources, refer to the
[exercism Racket page](http://exercism.io/languages/racket).

You can run the provided tests through DrRacket, or via the command line.

To run the test through DrRacket, simply open the test file and click the 'Run' button in the upper right.

To run the test from the command line, run the test from the exercise directory with the following command:

```
raco test hello-world-test.rkt
```

which will display the following:

```
raco test: (submod "hello-world-test.rkt" test)
2 success(es) 0 failure(s) 0 error(s) 2 test(s) run
0
2 tests passed
```

## 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

78 entries across 78 versions & 1 rubygems

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