How do I print hello world in Julia?

How do I print hello world in Julia? I tried doing:


julia> hello world
ERROR: syntax: extra token "world" after end of expression
Stacktrace:
 [1] top-level scope at none:1

[This is a test]

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

1 Like

You need to do print("Hello World")

(Original message :slack:) (More Info)