Hello world/Newbie: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(Added EasyLang implementation)
Line 774:
 
The program should produce the following output:
<pre>Hello world!</pre>
 
=={{header|EasyLang}}==
EasyLang programs run in the browser. EasyLang code needs to be run using a special IDE.
# Open the EasyLang IDE at [https://easylang.online/ide/]
# Type in this program into the IDE: <syntaxhighlight lang="easylang">print "Hello world!"</syntaxhighlight>
# Click the run button at the top of the IDE, and you should see:
{{out}}
<pre>Hello world!</pre>