This is a programming exercise, which you recognise by the submission box at the bottom: you write code, you hand it in, Dodona runs a series of tests on it and gives you feedback.
The editor below already holds a complete, working solution for this exercise. You can hand it in exactly as it is and see what a successful submission looks like.
Write a program that prints this one line:
Hello, world!
The test compares your output literally, so the words, the comma, the space and the exclamation mark all have to match.
If all went well, you get a green Correct.
Lost the starting code? If you cleared the editor by accident, a link above the editor puts the original code back.
Once you have a correct submission, it is worth breaking it on purpose:
print("Hello, Dodona!").Nothing can go wrong here: you may submit as often as you like, and only your latest submission counts.