πŸ‘©β€πŸ’»

Code Monkey

Write and successfully run your first program ('Hello World').

How to complete Code Monkey

Getting a computer to print 'Hello World' is the universal first step into programming: you write instructions, run them, and watch the machine obey. Tiny as it is, it proves your whole toolchain works and that you can close the write-run-see loop.

  1. Pick a beginner-friendly language like Python or JavaScript.
  2. Use an instant online editor (replit.com, the browser console) so you skip installation headaches at first.
  3. Type the one line that prints text, for example print("Hello World") in Python.
  4. Run it and confirm the words appear in the output.
  5. Change the text to your own name and run it again to prove you understand what changed.

Tips

  • Match quotes and capitalization exactly; most first errors are a missing bracket or typo.
  • Read the error message instead of guessing; it usually names the line and the problem.
  • Once the browser version works, try installing the language locally to learn the real workflow.

What counts as done

Your program ran and printed 'Hello World' (or your own text) to the screen without errors.

5
points awarded
β€”
raritysoon

Track this achievement

Sign up for free and start earning points for real-life milestones.

Start tracking

Recently completed by

More learning & intelligence