Sha256: 3037f5a9d9159b73f8a3ab93e516c556ee9f00af83b0175f4e4a61f2b9c936a0

Contents?: true

Size: 993 Bytes

Versions: 59

Compression:

Stored size: 993 Bytes

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.


To run the tests:

```sh
$ pub run test
```

For more detailed info about the Dart track see the [help page](http://exercism.io/languages/dart).


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

59 entries across 59 versions & 1 rubygems

Version Path
trackler-2.2.1.104 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.103 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.102 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.101 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.100 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.99 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.98 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.97 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.96 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.95 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.94 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.93 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.92 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.91 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.90 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.89 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.88 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.87 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.86 tracks/dart/exercises/hello-world/README.md
trackler-2.2.1.85 tracks/dart/exercises/hello-world/README.md