awk | print "hello, world" |
BASIC | print "hello, world" |
C | printf("hello, world\n"); |
C++ | cout << "hello, world" << endl; |
C# | System.Console.WriteLine("hello, world"); |
Dana script | insertstring("hello, world") |
COBOL | DISPLAY "hello, world". |
Emacs Lisp | (message "hello, world") |
Forth | .(hello, world) CR |
FORTRAN | WRITE(6,*) 'hello, world' |
Java | System.out.println("hello, world"); |
JavaScript | document.writeln('hello, world'); |
KTX macro | puts("hello, world\r\n"); |
Lisp | (display "hello, world") |
LOGO | print "hello,\ world |
MIL(MIFES) | {hello, world^m} |
MIL/W(MIW) | insstr("hello, world\n") |
Mind | 「hello, world」を 表示する |
MS-DOS batch | echo hello, world |
MS-DOS .com | BA 09 01 B4 09 CD 21 CD 20 68 65 6C 6C 6F 2C 20 77 6F 72 6C 64 0D 0A 24 |
MSX-DOS .com | 11 09 01 0E 09 CD 05 00 C9 68 65 6C 6C 6F 2C 20 77 6F 72 6C 64 0D 0A 24 |
Pascal | writeln('hello, world'); |
Perl | print "hello, world\n"; |
PostScript | (hello, world) show |
PROLOG | write('hello, world'),ln. |
Ruby | print "hello, world\n" |
Smalltalk | Transcript show: 'hello, world' |
Tcl | puts "hello, world" |
VBScript | Document.Write "hello, world" |
Visual Basic | Print "hello, world" |
ViViScript | console.writeln("hello, world"); |
cout << "hello, world\n"; |
VZ EDITOR macro | "hello, world" #m |
シェルスクリプト | echo "hello, world" |
ぴゅう太 | カケ "hello, world" |