My attempts at exercism.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 38 lines 964 B view raw view rendered
1# Hello World 2 3Welcome to Hello World on Exercism's PHP Track. 4If you need help running the tests or submitting your code, check out `HELP.md`. 5 6## Instructions 7 8The classical introductory exercise. 9Just say "Hello, World!". 10 11["Hello, World!"][hello-world] is the traditional first program for beginning programming in a new language or environment. 12 13The objectives are simple: 14 15- Modify the provided code so that it produces the string "Hello, World!". 16- Run the test suite and make sure that it succeeds. 17- Submit your solution and check it at the website. 18 19If everything goes well, you will be ready to fetch your first real exercise. 20 21[hello-world]: https://en.wikipedia.org/wiki/%22Hello,_world!%22_program 22 23## Source 24 25### Created by 26 27- @duffn 28 29### Contributed to by 30 31- @arueckauer 32- @joseph-walker 33- @kytrinyx 34- @petemcfarlane 35 36### Based on 37 38This is an exercise to introduce users to using Exercism - https://en.wikipedia.org/wiki/%22Hello,_world!%22_program