Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ruhe8968yException e = new Exception("Hello World");
e.printStackTrace();
alert("Hello World");
docker run hello-world -
rasmus1028yerror(’Hello World’)
Or to show a bit more Code
str sText
’Hello World’ -> sText
error(sText) -
resdac8618yMov 0x48
Mov 0x65
Mov 0x6c
Mov 0x6c
Mov 0x6f
Mov 0x20
Mov 0x77
Mov 0x6f
Mov 0x72
Mov 0x6c
Mov 0x64 -
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
-
print::String->Char
print "" = ""
print (h:t) = h + print t
main = defaultMain[
print "hello world"
] -
Lyniven43998yhttps://fr.m.wikipedia.org/wiki/...
Here's a collection of i love u in french, in every (a lot..) programming language. Enjoy
And btw <?= 'Hello world' ?> -
PVeda1348yint driver=0,mode=0;
initgraphic(&diver,&mode,"<BGI directory path>");
outtextxy(250,250,"Hello World!");
//turbo c++ graphic mode
Related Rants


Lol
{}
System.out.println("Hello World!");
Console.WriteLine("Hello World!");
console.log("Hello World!");
print("Hello World!)
printf("Hello World!);
cout << "Hello World!" << endl;
echo "Hello World!"
Add some other languages 😁
rant
helloworld