Paper 2 algorithms are marked by what they print. OUTPUT is how the examiner sees your result.
The simplest Cambridge program prints a line. Write OUTPUT then a string in double quotes.
Keywords are UPPERCASE in the exam. This interpreter also accepts lowercase, but write the Cambridge form.
Press Run, then Check.
Do not write `print()` or `console.log`. Those are Python / JavaScript — use OUTPUT.