README.md (844B)
1 # Hello World 2 3 The classical introductory exercise. Just say "Hello, World!". 4 5 ["Hello, World!"](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program) is 6 the traditional first program for beginning programming in a new language 7 or environment. 8 9 The objectives are simple: 10 11 - Write a function that returns the string "Hello, World!". 12 - Run the test suite and make sure that it succeeds. 13 - Submit your solution and check it at the website. 14 15 If everything goes well, you will be ready to fetch your first real exercise. 16 ## Source 17 18 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) 19 20 ## Submitting Incomplete Solutions 21 It's possible to submit an incomplete solution so you can see how others have completed the exercise.