#Hello world
7 messages · Page 1 of 1 (latest)
Hi!
This first exercise is meant to help you understand how Exercism works. Did you watch the video on the Hello World page? In it Jeremy explains what you need to do to solve this exercise. You can reset the code by clicking on the three horizontal dots ··· at the upper right corner of the website. If that does not help, please post your code and the error messages on a #get-help thread (or, this thread if this is inside #get-help) using code blocks.
First problem for what language? You also really just need to change the string to be "Hello, World".
Please don't give solutions. That defeats the whole point of people learning to use the resources.
oh, sorry
Thank you, Bob. I had the same question. I feel overwhelmed that there is a def hello(): return "Goodbye, Mars!“. I have no idea how to print "Hello, World!". I deleted everything, and I wrote: print("Hello, World!") and hit run. It was wrong. Could you please tell me how to solve it? Can not believe it is so difficult for my first exercise. I really appreciate any help you can provide.
I tried changing "Goodbye, Mars!" to "Hello, World!" and it worked. I have no idea of it tho, esp what does "def hello(): " do there. It seems for me it is kind of stoped at someplace and to be continued...