“Olá Mundo” Respostas de código

Olá Mundo

echo "Hello, World!"
PrototypeCodec

Olá Mundo

BEGIN DISPLAY("HELLO WORLD!") END.
PrototypeCodec

Olá Mundo

begin
  printf(($gl$,"Hello, world!"))
end
PrototypeCodec

Olá Mundo

say "Hello, world!"

// with alert window
display alert "Hello, world!"
PrototypeCodec

Olá Mundo

@echo off
echo Hello, World!
PrototypeCodec

Olá Mundo

with Ada.Text_IO;
use Ada.Text_IO;
procedure Hello is
begin
   Put_Line ("Hello, world!");
end Hello;
PrototypeCodec

Olá Mundo

." Hello, World!" CR
PrototypeCodec

Olá Mundo

10 PRINT "Hello, World!"
PrototypeCodec

Olá Mundo

IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
* simple hello world program
PROCEDURE DIVISION.
    DISPLAY 'Hello, World!'.
    STOP RUN.
PrototypeCodec

Olá Mundo

#include <iostream>

int main() {
  std::cout << "Hello, World!\n";
}
PrototypeCodec

Respostas semelhantes a “Olá Mundo”

Perguntas semelhantes a “Olá Mundo”

Mais respostas relacionadas para “Olá Mundo” em Java

Procure respostas de código populares por idioma

Procurar outros idiomas de código