</>
HELLO.WORLDPROGRAM RUNNING ยท --:--:--
Hello,World_
The first thing every program ever says. A tiny greeting that started it all โ now with a little more sparkle.
main.ts
1 function greet() {
2 console.log("Hello, World!")
3 }
PRINT('HELLO, WORLD') โconsole.log โSystem.out.println โputs โecho โprintf โfmt.Println โstd::cout << โPRINT('HELLO, WORLD') โconsole.log โSystem.out.println โputs โecho โprintf โfmt.Println โstd::cout << โ
01
The tradition
Since 1972, 'Hello, World' has been the ceremonial first program in nearly every language.
02
The simplest test
It proves your toolchain works โ compiler, runtime, and screen all talking to each other.
03
A friendly start
Two words that quietly launched millions of careers. Yours might be next.