Hello World

Publicado em 2026-06-13
Atualizado nos últimos 7 dias Idioma não suportado Licenciado sob CC BY-NC-SA 4.0 programmingenglish

A classic first post — in every language, every tutorial, every career.

Why "Hello World"?

The tradition dates back to Brian Kernighan's 1978 C programming book. Since then, printing "Hello, World!" has become the universal way to verify that a development environment is working.

My version

console.log("Hello, World!");

Simple. Clean. It works.

This post exists only in English — switch to PT to see what "language not supported" looks like in practice.