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
Bash
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 πBrainfuck:
en.wikipedia.org/wiki/Brainfuck
ChatGPT
This reply makes me happy while making my blood boil.
Ruby
Scheme
Nice presentation :-)
You could be interested by Rosetta Code
Regards
Groovy:
Php
Lua
Perl:
or
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;
?>