diff --git a/Dart.dart b/Dart.dart new file mode 100644 index 00000000..f313333f --- /dev/null +++ b/Dart.dart @@ -0,0 +1,4 @@ +main() +{ + print('Hello, world!'); +} diff --git a/b/BCPL.bcl b/b/BCPL.bcl new file mode 100644 index 00000000..938bf03c --- /dev/null +++ b/b/BCPL.bcl @@ -0,0 +1,6 @@ +GET "LIBHDR" + +LET START() BE +$( + WRITES("Hello, world!*N") +$) diff --git a/b/BennuGD b/b/BennuGD new file mode 100644 index 00000000..b27c801e --- /dev/null +++ b/b/BennuGD @@ -0,0 +1,6 @@ +import "mod_say" + +Process Main() +Begin + say("Hello World!"); +End diff --git a/b/bc.bc b/b/bc.bc new file mode 100755 index 00000000..ef85f630 --- /dev/null +++ b/b/bc.bc @@ -0,0 +1,3 @@ +#!/usr/bin/bc -q +print "Hello World!\n" +quit diff --git a/c/Casio BASIC b/c/Casio BASIC new file mode 100644 index 00000000..a7ab4003 --- /dev/null +++ b/c/Casio BASIC @@ -0,0 +1 @@ +"HELLO, WORLD!" diff --git a/c/c++.cpp b/c/c++.cpp index 3b931f69..8b27019d 100644 --- a/c/c++.cpp +++ b/c/c++.cpp @@ -1,8 +1,6 @@ -#include - -using namespace std; +#include int main() { - cout << "Hello World" << endl; + std::cout << "Hello World" << std::endl; } diff --git a/c/clean.icl b/c/clean.icl new file mode 100644 index 00000000..81ca8e07 --- /dev/null +++ b/c/clean.icl @@ -0,0 +1,3 @@ +module hello +Start :: {#Char} +Start = "Hello, world!" diff --git a/d/d.D b/d/D.d similarity index 100% rename from d/d.D rename to d/D.d diff --git a/d/DCL b/d/DCL new file mode 100644 index 00000000..8560774b --- /dev/null +++ b/d/DCL @@ -0,0 +1 @@ +WRITE SYS$OUTPUT "Hello, world!" diff --git a/d/dark.dark b/d/dark.dark new file mode 100644 index 00000000..4be5dba6 --- /dev/null +++ b/d/dark.dark @@ -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 diff --git a/d/dc.dc b/d/dc.dc new file mode 100755 index 00000000..c07833b4 --- /dev/null +++ b/d/dc.dc @@ -0,0 +1,2 @@ +#!/usr/bin/dc +[Hello World!]p diff --git a/d/dogescript.djs b/d/dogescript.djs new file mode 100644 index 00000000..b20f3cde --- /dev/null +++ b/d/dogescript.djs @@ -0,0 +1,3 @@ +shh such hello dogescript very next-gen wow difficulty + +plz console.loge with 'Hello World' diff --git a/g/golo.golo b/g/golo.golo new file mode 100644 index 00000000..bf2f1393 --- /dev/null +++ b/g/golo.golo @@ -0,0 +1,5 @@ +module hello.world + +function main = |args| { + println("Hello world") +} \ No newline at end of file diff --git a/h/HOP b/h/HOP new file mode 100644 index 00000000..dea92896 --- /dev/null +++ b/h/HOP @@ -0,0 +1,6 @@ +(define-service (hello-world) + ( + ( + ( "Hello, world!")) + (<BODY> + "Hello, world!"))) diff --git a/i/IDL b/i/IDL new file mode 100644 index 00000000..029d2f62 --- /dev/null +++ b/i/IDL @@ -0,0 +1,2 @@ +print, "Hello, world!" +end diff --git a/i/ISLISP.lisp b/i/ISLISP.lisp new file mode 100644 index 00000000..034255c5 --- /dev/null +++ b/i/ISLISP.lisp @@ -0,0 +1 @@ +(format (standard-output) "Hello, world!") diff --git a/i/intercal.i b/i/intercal.i new file mode 100644 index 00000000..a385a60a --- /dev/null +++ b/i/intercal.i @@ -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 diff --git a/j/julia.jl b/j/julia.jl new file mode 100644 index 00000000..f3fb71ad --- /dev/null +++ b/j/julia.jl @@ -0,0 +1 @@ +println("Hello World") diff --git a/kotlin b/kotlin new file mode 100644 index 00000000..52899bb4 --- /dev/null +++ b/kotlin @@ -0,0 +1,5 @@ +package hello + +fun main(args : Array<String>) { + println("Hello, world!") +} diff --git a/l/logo.logo b/l/logo.logo new file mode 100644 index 00000000..e7149b7a --- /dev/null +++ b/l/logo.logo @@ -0,0 +1 @@ +print [Hello, world!] diff --git a/m/MSL.mrc b/m/MSL.mrc new file mode 100644 index 00000000..1e6a2d09 --- /dev/null +++ b/m/MSL.mrc @@ -0,0 +1 @@ +echo -a Hello, world! diff --git a/m/moonscript.moon b/m/moonscript.moon new file mode 100644 index 00000000..a968078c --- /dev/null +++ b/m/moonscript.moon @@ -0,0 +1 @@ +print 'hello world' diff --git a/o/obix.osc b/o/obix.osc new file mode 100644 index 00000000..b7361687 --- /dev/null +++ b/o/obix.osc @@ -0,0 +1 @@ +system.console.write_line ( "Hello, world!" ) diff --git a/p/php.php b/p/php.php index 02e264ec..557db03d 100644 --- a/p/php.php +++ b/p/php.php @@ -1,3 +1 @@ -<?php - print("Hello World"); -?> +Hello World diff --git a/r/rust.rs b/r/rust.rs new file mode 100644 index 00000000..0a7674c8 --- /dev/null +++ b/r/rust.rs @@ -0,0 +1,3 @@ +fn main() { + io::println("Hello, world!"); +} diff --git a/v/virgil.v3 b/v/virgil.v3 new file mode 100644 index 00000000..4fdb3166 --- /dev/null +++ b/v/virgil.v3 @@ -0,0 +1,3 @@ + def main() { + System.puts("Hello World!\n"); + }