exercism/dart/hello-world/README.md

36 lines
943 B
Markdown
Raw Permalink Normal View History

2018-08-14 22:28:48 +00:00
# Hello World
2023-04-06 16:35:43 +00:00
Welcome to Hello World on Exercism's Dart Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
## Instructions
The classical introductory exercise.
Just say "Hello, World!".
["Hello, World!"][hello-world] is the traditional first program for beginning programming in a new language or environment.
2018-08-14 22:28:48 +00:00
The objectives are simple:
2023-04-06 16:35:43 +00:00
- Modify the provided code so that it produces the string "Hello, World!".
2018-08-14 22:28:48 +00:00
- 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.
2023-04-06 16:35:43 +00:00
[hello-world]: https://en.wikipedia.org/wiki/%22Hello,_world!%22_program
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
## Source
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
### Created by
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
- @SuperPaintman
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
### Contributed to by
- @rafaelalvessa
- @Stargator
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
### Based on
2018-08-14 22:28:48 +00:00
2023-04-06 16:35:43 +00:00
This is an exercise to introduce users to using Exercism - https://en.wikipedia.org/wiki/%22Hello,_world!%22_program