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
-
ruhe9166yException e = new Exception("Hello World");
e.printStackTrace();
alert("Hello World");
docker run hello-world -
rasmus1026yerror(’Hello World’)
Or to show a bit more Code
str sText
’Hello World’ -> sText
error(sText) -
resdac8826yMov 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"
] -
Lyniven45596yhttps://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' ?> -
Krichel236yHello World Souffle.
This recipe prints the immortal words "Hello world!", in a basically brute force way. It also makes a lot of food for one person.
Ingredients.
72 g haricot beans
101 eggs
108 g lard
111 cups oil
32 zucchinis
119 ml water
114 g red salmon
100 g dijon mustard
33 potatoes
Method.
Put potatoes into the mixing bowl. Put dijon mustard into the mixing bowl. Put lard into the mixing bowl. Put red salmon into the mixing bowl. Put oil into the mixing bowl. Put water into the mixing bowl. Put zucchinis into the mixing bowl. Put oil into the mixing bowl. Put lard into the mixing bowl. Put lard into the mixing bowl. Put eggs into the mixing bowl. Put haricot beans into the mixing bowl. Liquefy contents of the mixing bowl. Pour contents of the mixing bowl into the baking dish.
Serves 1. -
PVeda1386yint driver=0,mode=0;
initgraphic(&diver,&mode,"<BGI directory path>");
outtextxy(250,250,"Hello World!");
//turbo c++ graphic mode
Related Rants
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