how to output hello world code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to output hello world code

10th Aug 2019, 10:50 AM
DEBRA
3 Answers
+ 4
document.write("hello world");
10th Aug 2019, 10:56 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
Hi. console.log("hello world") 😀
10th Aug 2019, 10:57 AM
Dmytro Novak
Dmytro Novak - avatar
+ 1
printf("%s", "Hello World");
10th Aug 2019, 12:03 PM
Paolo De Nictolis
Paolo De Nictolis - avatar