Merge branch 'master' of https://github.com/leachim6/hello-world
This commit is contained in:
commit
c9c4b43caa
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!"
|
@ -1,8 +1,6 @@
|
||||
#include<iostream>
|
||||
|
||||
using namespace std;
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello World" << endl;
|
||||
std::cout << "Hello World" << std::endl;
|
||||
}
|
||||
|
3
c/clean.icl
Normal file
3
c/clean.icl
Normal file
@ -0,0 +1,3 @@
|
||||
module hello
|
||||
Start :: {#Char}
|
||||
Start = "Hello, world!"
|
10
d/dark.dark
Normal file
10
d/dark.dark
Normal file
@ -0,0 +1,10 @@
|
||||
+hello hell
|
||||
hello$twist sign hws
|
||||
hello$twist stalker io
|
||||
io$stalk
|
||||
io$personal
|
||||
hws$scrawl " Hello, world!
|
||||
hws$read
|
||||
io$echo
|
||||
hello$empty
|
||||
hello$apocalypse
|
3
d/dogescript.djs
Normal file
3
d/dogescript.djs
Normal file
@ -0,0 +1,3 @@
|
||||
shh such hello dogescript very next-gen wow difficulty
|
||||
|
||||
plz console.loge with 'Hello World'
|
5
g/golo.golo
Normal file
5
g/golo.golo
Normal file
@ -0,0 +1,5 @@
|
||||
module hello.world
|
||||
|
||||
function main = |args| {
|
||||
println("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
|
1
j/julia.jl
Normal file
1
j/julia.jl
Normal file
@ -0,0 +1 @@
|
||||
println("Hello World")
|
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
m/moonscript.moon
Normal file
1
m/moonscript.moon
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!" )
|
3
v/virgil.v3
Normal file
3
v/virgil.v3
Normal file
@ -0,0 +1,3 @@
|
||||
def main() {
|
||||
System.puts("Hello World!\n");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user