08/07/04 09:27:48 FR3bjj3H
(* OCaml *)
print_endline "Hello, World" ;;
604:login:Penguin
09/01/08 01:01:48 A8RXp7lj
with Ada.Text_IO;
procedure Hello_World is
begin
Ada.Text_IO.Put_Line("Hello, World!");
end Hello_World;
605:csvjqvoz
09/10/23 22:03:27 4N3solb5
Whether or not someone believes in God is irrelevant to the appropriateness of having discussions with the Taliban. ,
606:perler
09/10/24 19:26:38 08jcVgf/
print pack "H*","48656c6c6f20576f726c64";
607:login:Penguin
09/12/13 07:31:56 cnHECc93
display dialog "Hello World"
608:login:Penguin
09/12/13 16:58:10 54TSv86+
609:login:Penguin
09/12/15 10:38:04 +cXCZ1nr
oi mundo
mundo del oi
oi di del di mundo
guten Tag Welt
les guten Etiquettent la Trepointe
610:login:Penguin
10/01/12 01:25:18 xmE8c4lp
>>260,284,349
/* HelloWorld.hmw */
*設定等
「Hello World」と、表示。
母艦浮上。
*本体
Xは、デスクトップの幅の、乱数。
Yは、デスクトップの高さの、乱数。
母艦の、サイズは、(X, Y, X + 50, Y + 200)。
本体
611:login:Penguin
10/03/15 00:41:23 mynIxhQm
void main()
{
printf("友愛");
};
612:english
11/04/09 20:52:50.25 ENd19gEC
Hello world.
613:login:Penguin
11/04/12 10:56:57.33 5d3qjtSN
十周年記念パピコ
614:login:Penguin
11/04/12 18:39:50.00 Xo/I6uEG
#include <stdio.h>
int main( int argc , char** argv ){
int iIndex = 0 ;
char cArray[0xC] = {'\0'} ;
cArray[0x0] = 0x48 ;
cArray[0x1] = 0x65 ;
cArray[0x2] = 0x6c ;
cArray[0x3] = 0x6c ;
cArray[0x4] = 0x6f ;
cArray[0x5] = 0x20 ;
cArray[0x6] = 0x57 ;
cArray[0x7] = 0x6f ;
cArray[0x8] = 0x72 ;
cArray[0x9] = 0x6c ;
cArray[0xA] = 0x64 ;
cArray[0xB] = 0x0a ;
for( iIndex = 0 ; iIndex < 0xC ; iIndex++ ){
printf("%c" , cArray[iIndex] ) ;
}
return 0 ;
}
615:login:Penguin
11/05/02 19:01:59.72 8WwBY9R0
#Tclです。Lispじゃありません。
puts [join [lsort -dictionary [list world. hello]] ", "]
616:login:Penguin
11/05/04 12:15:33.52 wtVSxI7v
g-stream-o "Hello World!";
617:login:Penguin
11/05/04 13:36:48.93 KmBw1kRO
gnuplot> p sin(x)/x title "Hello World"
618:login:Penguin
11/05/07 19:53:47.46 m6s5u0EA
<?php
$_=72;
$__=101;
$___=108;
$____=108;
$_____=111;
$______=32;
$_______=87;
$________=111;
$_________=114;
$__________=108;
$___________=100;
for ($i = 1; isset(${str_repeat('_', $i)}); $i++ ) {
print chr(${str_repeat('_', $i)});
}
?>
619:login:Penguin
11/05/08 20:34:22.32 VoPhJOBT
>>188
ActiveBasic Version 4.24.00
ファイルー>新規作成ー>プロジェクトー>プロジェクト名入力
ー>"Hello world!"表示にチェックー>・・・
つまりステートメントもコマンドもHello Worldすら書かなくていいのだ。
620:login:Penguin
11/05/08 22:03:15.82 GXERIm6S
10年前の>>1よ
日本語で「こんにちは世界」
621:login:Penguin
11/05/09 06:22:17.56 v5/POSez
OpenOffice.org Basic
Sub Main
for i=1 to 9:a$=a$+chr$(rnd*255):next
msgbox a$
End Sub
君の未来を語るだろう。
622:login:Penguin
11/05/15 05:37:16.32 BYyVEvYp
FF 14 80 01 00 91 22 48 45 4C 4C 4F 20 57 4F 52 4C 44 22 00 00 00
MSX BASIC インタープリタの中間言語だぴょ~ん
623:login:Penguin
11/05/15 09:01:28.77 Bhxjq1+d
.file "hello.world.c"
.section .rodata
.LC0:
.string "Hello world!"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
movq %rsp, %rbp
.cfi_offset 6, -16
.cfi_def_cfa_register 6
movl $.LC0, %edi
call puts
movl $0, %eax
leave
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Gentoo 4.4.5 p1.2, pie-0.4.5) 4.4.5"
.section .note.GNU-stack,"",@progbits