@Python_Dv Language is the soul's fingerprint. Which one feels most like home?
@Python_Dv Linux x86-64 (NASM) section .data msg db "Hello, World!", 0xA len equ $ - msg section .text global _start _start: mov rax, 1 mov rdi, 1 lea rsi, [rel msg] mov rdx, len syscall mov rax, 60 xor rdi, rdi syscall
@Python_Dv The one which doesn’t waste precious memory? 😂
@Python_Dv Java Today void main() { println("Hello World"); }
@Python_Dv However, the Python output is error, because you chose three parentheses.😂😂
@Python_Dv Don’t forget about Julia println(„Hello World”)
@Python_Dv The Python has a syntax error. Groovy: println "hello" No imports, no brackets, no semicolon.
@Python_Dv Bro you made typo " slass" in java code and compiler did not like it 😐 😅🙂 #java Always!
@Python_Dv # include <iostream> int main() { std::cout << "Hello World!\n"; }
@Python_Dv Python command is wrong tho Regardless I love python so much
@Python_Dv It is beautiful how you can rage bait programmers in such a manner
@Python_Dv is old java, currently you can use void main() { System.out.println("Hello, World!"); }
@Python_Dv fmt.Println("Hello World!") or println!("Hello, world!")
@Python_Dv Python: code error(s) ? 🤔😅
@Python_Dv Also include BASIC And then we can ask why BASIC isn’t the premier language.
@Python_Dv Literally none of those would run 😂 full of typos
@Python_Dv for c/c++ return 0 is not a must since ISO 2011, also there is a method from C++23 std::print and it works same. including the main entry is not make sense.
@Python_Dv .LC0: .string "Hello World!\n" main: sub rsp, 8 mov edi, OFFSET FLAT:.LC0 call puts xor eax, eax add rsp, 8 ret
@Python_Dv v language, compiled, 189 bytes
@Python_Dv A manager should choose python, it's shortest, so more code output in the working day
@Python_Dv What do you expect, python one of the easiet programming language.
@Python_Dv Every programmer’s first love: 'Hello World'💜 هذي الجمله الي أوقعت المبرمجين في حب البرمجه 😂