
Hello World ๐๐
Let's go through the "Hello World" syntax in 10 languages ๐ฑโ๐ป.
Feel free to comment โ๏ธ your first ๐ฅ "Hello World" language.
1. Ja...
For further actions, you may consider blocking this person and/or reporting abuse
Rust
x86 asm (DOS .com executable)
x86 asm (Linux compatible)
AWK
and last, not least:
CSS
Hello ! Cool post to learn a little more about syntax of others languages with an example! ๐๐ผ
Don't hesitate to put colors on your
codeblock
like this example for have to have a better understanding of your code ๐Bash
Brainfuck:
en.wikipedia.org/wiki/Brainfuck
ChatGPT
This reply makes me happy while making my blood boil.
Ruby
Php
Lua
Perl:
or
Groovy:
Nice presentation :-)
You could be interested by Rosetta Code
Regards
Scheme
Nice.
Here is one you probably don't know yet (since it comes from a language I created and nobody knows):
youtube.com/watch?v=ZnLQs6a5uy0
<?php
$greeting = "Hello World";
echo $greeting;
?>