Hello world/Newbie: Difference between revisions

Content added Content deleted
(Added 8080 assembly Hello, World! for CP/M)
Line 814: Line 814:
=={{header|EasyLang}}==
=={{header|EasyLang}}==
EasyLang programs run in the browser. EasyLang code needs to be run using a special IDE.
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/]
# Open the EasyLang IDE at [https://easylang.dev/ide/]
# Type in this program into the IDE: <syntaxhighlight lang="easylang">print "Hello world!"</syntaxhighlight>
# 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:
# Click the run button at the top of the IDE, and you should see: