Can you Write 📝 Hello world 🌍 program with your programing languages??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Can you Write 📝 Hello world 🌍 program with your programing languages???

let's start now

1st Apr 2017, 4:18 PM
ismail Banouigu
ismail Banouigu - avatar
45 Answers
+ 24
c# class Program { static void Main(string[] args) { Console.Write("Hello World!"); } }
1st Apr 2017, 5:50 PM
Illusive Man
Illusive Man - avatar
+ 22
#include <stdio.h> void main(){ printf("Hello World"); }
1st Apr 2017, 5:26 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 21
print ("Hello World!") It's python's Hello World! 😁
1st Apr 2017, 4:41 PM
Dev
Dev - avatar
+ 21
Guess the name of this language: (=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O< It worse than even Brainfuck))
2nd Apr 2017, 12:48 PM
Illusive Man
Illusive Man - avatar
+ 21
@Cyrus Its name Malbolge Designed to be literally the worst and hardest)) https://en.m.wikipedia.org/wiki/Malbolge
2nd Apr 2017, 1:24 PM
Illusive Man
Illusive Man - avatar
+ 21
@Cyrus yep)) Well, if I get a "how to" book on it, maybe, I'll try learning it
2nd Apr 2017, 1:54 PM
Illusive Man
Illusive Man - avatar
+ 19
Python: print("Hello World) Javascript: document.write("Hello World"); HTML and CSS <p>Hello World</p> p { content: "Hello World"; } Ruby: puts "Hello World" / print "Hello World"
1st Apr 2017, 7:10 PM
Gami
Gami - avatar
+ 18
#include <iostream> int main() { std::cout << "Hello World!"; return 0; } // Ayyy been a while since I wrote this.
1st Apr 2017, 4:37 PM
Hatsy Rei
Hatsy Rei - avatar
+ 16
public class HelloWorld{ public static void main (String[] args) { System.out.print("Hello World!"); } }
1st Apr 2017, 4:20 PM
Tashi N
Tashi N - avatar
1st Apr 2017, 6:51 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 13
html <body>Hello World</body>
1st Apr 2017, 6:55 PM
Suyash Purwar
Suyash Purwar - avatar
+ 12
Ruby: puts "Hello World!" PHP: echo "Hello World!";
1st Apr 2017, 5:33 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 12
document. write(Hello World);
1st Apr 2017, 6:54 PM
Suyash Purwar
Suyash Purwar - avatar
+ 12
BASIC: 10 PRINT "Hello world" Pascal: WRITELN('Hello world');
1st Apr 2017, 7:13 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 12
print ("Hello World!") #Works for Python, Ruby, Lua, ...
2nd Apr 2017, 9:44 AM
Harshit Gupta
Harshit Gupta - avatar
+ 11
Hello World above is my programming language's code
1st Apr 2017, 4:43 PM
Sachin Artani
Sachin Artani - avatar
+ 10
html <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>Hello World!</p> </body> </html>
1st Apr 2017, 4:23 PM
Theprogrammers
Theprogrammers - avatar
+ 10
JavaScript document.write("Hello World!");
1st Apr 2017, 4:24 PM
Theprogrammers
Theprogrammers - avatar
+ 10
I'm so tired...😩
1st Apr 2017, 4:25 PM
Theprogrammers
Theprogrammers - avatar
+ 10
You know what I mean. ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
1st Apr 2017, 6:01 PM
Alex Snaidars
Alex Snaidars - avatar