Hello World in different programming languages #programming #memes

preview_player
Показать описание
hello world program in different programming languages
Рекомендации по теме
Комментарии
Автор

Writing hello world by manually circuiting transistoes

sleepingkittystar
Автор

Modifying the code by scratching the hard drive with a needle

Adomas_B
Автор

c# does not require a main method so it can be reduced to a single line:

World!");

Zaro
Автор

C Lang is not a language, it's a compiler. The language is just called C

funlovesjoy
Автор

Fun fact: the original roller coaster tycoon game was written in assembly, because it would be impossible to optimize it enough for computers at the time.

Also for some reason the chad of a developer made it free!

rocketblaster
Автор

Malbolge: I was created to be unusable

BRACERFENIX
Автор

C++ be like: print the fucking hello world

demaciaguy
Автор

The fact that everything before binary was human intelligible and then ended up having no character letters.

keshi
Автор

Assembly language so hard he couldn't get the right spelling 😮

VyCorr
Автор

Meanwhile java chillin.. We java devs have no respect 😢😅

Cyperisgod
Автор

Manually building your own computer that can run your own os which runs hello world 💀💀💀💀💀

Edit: SINCE WHEN DID I HAVE 1.8K

dagreenboi
Автор

Actually in C# you don't have to write namespace, void main and etc. When making c# project you can just type Console.WriteLine(string) and that's it

flaness
Автор

Suddenly my first programming lesson on python doesnt seem so difficult anymore...

fane
Автор

Ngl, writing phrases in brainf*ck is easier than assembly once you understand what each character does. Brainf*ck is scary because of the time it takes to write a code and the readability of the code.

wabble
Автор

If C is looking hard, then try printing something to the console without stdio.h

aditya.
Автор

you forgot writing hello world by a minecraft made computer

publicstaticvoidmainstring
Автор

Bro you forgot this!👇
<P>Hello World!<\p>

AhmedKhan-xhwx
Автор

Assembly doesn't suck that bad actually...
I once wrote a kernel to directly load C Programs... Essentially turning a raspberry pi into an arduino with a similar api to interface the pins... Of course a raspberry pi still works very differently so don't expect everything to be 1:1 compatible.
But this kernel was originally written in x64-Assembly, and not for ARM. But just like linux does.. i made assembly code to only hook into the cpu directly and some of the utilities to make my life easier and the rest was written in C so on a x64 computer you of course couldn't do much outside of running a webserver written in C or something else you don't need an advanced back end for (yeah i had to write all the code to interface the wifi module and to log into the network and shit)

amynagtegaal
Автор

LMAO that last part 😂 "Brainf*ck" 🤣

JoshuaG
Автор

Scratch: please add "print" block

YarikPlayYT