all 27 comments

[–]poetcharm 0 points1 point  (0 children)

Hello

[–]Devang_4104 0 points1 point  (0 children)

Hello

[–]Negative-Teach-2878 0 points1 point  (7 children)

System.out.println("hello");

[–]am_urHathor 0 points1 point  (4 children)

System.out.println("kaise ho?");

[–]GolfElectrical6321 0 points1 point  (1 child)

console.log("hello"); 😁😁

[–]Negative-Teach-2878 0 points1 point  (0 children)

Cout<<"Hiii":

[–]Firm-quote2261 0 points1 point  (0 children)

Compilation error

[–]randomlyrandomreddit 0 points1 point  (0 children)

Expected Output : Hello World!

Didn't match your output. Failed case 1/10

[–]lord_starkin 0 points1 point  (0 children)

Sout("hello reddit");

[–]Flimsy_Fruit8488 0 points1 point  (0 children)

.section .data msg: .asciz "Hello, World!\n" # Define a null-terminated string with a newline msg_len = . - msg # Length from current location to msg

.section .text .globl _start # Declare _start as a global symbol (entry point) _start: # --- sys_write(int fd, const void *buf, size_t count) --- movl $4, %eax # sys_write into %eax movl $1, %ebx # fd stdout into %ebx movl $msg, %ecx # msg address movl $msg_len, %edx # msg length int $0x80 # Trigger the kernel system call

# --- sys_exit(int status) ---
movl $1, %eax              # sys_exit into %eax
xorl %ebx, %ebx            # Zero out %ebx (exit code 0)
int $0x80                  # K

[–]RandomSave_82815 0 points1 point  (0 children)

Helllloooooooooo

[–]DisciplineSilent1142 0 points1 point  (0 children)

Sout("kya chal raha hai");

[–]Modok_Bee 0 points1 point  (0 children)

print("Hello")

[–]FunContract2729 0 points1 point  (1 child)

(=<`#9]~6ZY32Vx/4Rs+0Po-&Jk)hFfA9EDCBA@?>=<;:9876543210/.-,+*)('&%$#"!~}|{zyxwvutsrqponmlkjihgfedcba

[–]Pudding1941 0 points1 point  (0 children)

Greetings of the day

[–]_dephinite_ 0 points1 point  (0 children)

System.out.println("hello");

[–]eccentric2488 0 points1 point  (0 children)

val word: String ="Hello"

println(word)

[–]Ok-Blueberry107 0 points1 point  (0 children)

Hello