“Witaj świecie” Kod odpowiedzi

Witaj świecie

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

Witaj świecie

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

Witaj świecie

echo "Hello, World!"
PrototypeCodec

Witaj świecie

say "Hello, world!"

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

Witaj świecie

@echo off
echo Hello, World!
PrototypeCodec

Witaj świecie

." Hello, World!" CR
PrototypeCodec

Witaj świecie

10 PRINT "Hello, World!"
PrototypeCodec

Witaj świecie

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

Witaj świecie

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

Witaj świecie

#include <iostream>

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

Odpowiedzi podobne do “Witaj świecie”

Pytania podobne do “Witaj świecie”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu