6
b/BCPL.bcl
Normal file
6
b/BCPL.bcl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
GET "LIBHDR"
|
||||||
|
|
||||||
|
LET START() BE
|
||||||
|
$(
|
||||||
|
WRITES("Hello, world!*N")
|
||||||
|
$)
|
||||||
6
b/BennuGD
Normal file
6
b/BennuGD
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import "mod_say"
|
||||||
|
|
||||||
|
Process Main()
|
||||||
|
Begin
|
||||||
|
say("Hello World!");
|
||||||
|
End
|
||||||
1
c/Casio BASIC
Normal file
1
c/Casio BASIC
Normal file
@@ -0,0 +1 @@
|
|||||||
|
"HELLO, WORLD!"
|
||||||
6
h/HOP
Normal file
6
h/HOP
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
(define-service (hello-world)
|
||||||
|
(<HTML>
|
||||||
|
(<HEAD>
|
||||||
|
(<TITLE> "Hello, world!"))
|
||||||
|
(<BODY>
|
||||||
|
"Hello, world!")))
|
||||||
1
i/ISLISP.lisp
Normal file
1
i/ISLISP.lisp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
(format (standard-output) "Hello, world!")
|
||||||
16
i/intercal.i
Normal file
16
i/intercal.i
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
DO ,1 <- #13
|
||||||
|
PLEASE DO ,1 SUB #1 <- #238
|
||||||
|
DO ,1 SUB #2 <- #108
|
||||||
|
DO ,1 SUB #3 <- #112
|
||||||
|
DO ,1 SUB #4 <- #0
|
||||||
|
DO ,1 SUB #5 <- #64
|
||||||
|
DO ,1 SUB #6 <- #194
|
||||||
|
DO ,1 SUB #7 <- #48
|
||||||
|
PLEASE DO ,1 SUB #8 <- #22
|
||||||
|
DO ,1 SUB #9 <- #248
|
||||||
|
DO ,1 SUB #10 <- #168
|
||||||
|
DO ,1 SUB #11 <- #24
|
||||||
|
DO ,1 SUB #12 <- #16
|
||||||
|
DO ,1 SUB #13 <- #162
|
||||||
|
PLEASE READ OUT ,1
|
||||||
|
PLEASE GIVE UP
|
||||||
5
kotlin
Normal file
5
kotlin
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package hello
|
||||||
|
|
||||||
|
fun main(args : Array<String>) {
|
||||||
|
println("Hello, world!")
|
||||||
|
}
|
||||||
1
l/logo.logo
Normal file
1
l/logo.logo
Normal file
@@ -0,0 +1 @@
|
|||||||
|
print [Hello, world!]
|
||||||
1
o/obix.osc
Normal file
1
o/obix.osc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
system.console.write_line ( "Hello, world!" )
|
||||||
Reference in New Issue
Block a user