hello-world
This commit is contained in:
1
hello-world/e/E.e
Normal file
1
hello-world/e/E.e
Normal file
@@ -0,0 +1 @@
|
||||
println("Hello World")
|
||||
19
hello-world/e/EBuild.ebuild
Normal file
19
hello-world/e/EBuild.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="Hello World"
|
||||
HOMEPAGE="http://hello-world.org/"
|
||||
SRC_URI="http://hello-world.org/"
|
||||
|
||||
LICENSE="GPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
einfo "Hello World"
|
||||
}
|
||||
1
hello-world/e/EOOOL.eoool
Normal file
1
hello-world/e/EOOOL.eoool
Normal file
@@ -0,0 +1 @@
|
||||
,{,{89+(59+~1&(7~+1&2&2&((3~+1&(4~(32_((6~+((8+(38_(},}
|
||||
7
hello-world/e/Ec.ec
Normal file
7
hello-world/e/Ec.ec
Normal file
@@ -0,0 +1,7 @@
|
||||
class HelloWorldApp : Application
|
||||
{
|
||||
void Main()
|
||||
{
|
||||
PrintLn("Hello World");
|
||||
}
|
||||
}
|
||||
1
hello-world/e/EchoLisp.echolisp
Normal file
1
hello-world/e/EchoLisp.echolisp
Normal file
@@ -0,0 +1 @@
|
||||
(display "Hello World" "color:blue")
|
||||
4
hello-world/e/Efene.efene
Normal file
4
hello-world/e/Efene.efene
Normal file
@@ -0,0 +1,4 @@
|
||||
@public
|
||||
run = fn () {
|
||||
io.format("Hello World~n")
|
||||
}
|
||||
5
hello-world/e/Egl.egl
Normal file
5
hello-world/e/Egl.egl
Normal file
@@ -0,0 +1,5 @@
|
||||
program HelloWorld
|
||||
function main()
|
||||
SysLib.writeStdout("Hello World");
|
||||
end
|
||||
end
|
||||
18
hello-world/e/Eiffel.eiff
Normal file
18
hello-world/e/Eiffel.eiff
Normal file
@@ -0,0 +1,18 @@
|
||||
indexing "Hello World in Eiffel , from http://roesler-ac.de/wolfram/hello.htm#Eiffel"
|
||||
|
||||
class HELLO
|
||||
|
||||
creation
|
||||
run
|
||||
|
||||
feature
|
||||
|
||||
run is
|
||||
local
|
||||
io : BASIC_IO;
|
||||
do
|
||||
!!io;
|
||||
io.put_string("Hello World");
|
||||
io.put_newline
|
||||
end; -- run
|
||||
end; -- class HELLO
|
||||
4
hello-world/e/Elena.elena
Normal file
4
hello-world/e/Elena.elena
Normal file
@@ -0,0 +1,4 @@
|
||||
public program
|
||||
[
|
||||
console writeLine("Hello World").
|
||||
]
|
||||
1
hello-world/e/Elixir.ex
Normal file
1
hello-world/e/Elixir.ex
Normal file
@@ -0,0 +1 @@
|
||||
IO.puts "Defining the function world"
|
||||
2
hello-world/e/Elixir.exs
Normal file
2
hello-world/e/Elixir.exs
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env elixir
|
||||
IO.puts "Hello World"
|
||||
4
hello-world/e/Elm.elm
Normal file
4
hello-world/e/Elm.elm
Normal file
@@ -0,0 +1,4 @@
|
||||
import Html exposing (text)
|
||||
|
||||
main =
|
||||
text "Hello World"
|
||||
3
hello-world/e/EmacsLisp.el
Normal file
3
hello-world/e/EmacsLisp.el
Normal file
@@ -0,0 +1,3 @@
|
||||
;;for emacs elisp
|
||||
|
||||
(message "hello,world")
|
||||
5
hello-world/e/Emerald.m
Normal file
5
hello-world/e/Emerald.m
Normal file
@@ -0,0 +1,5 @@
|
||||
const main <- object mainProgram
|
||||
initially
|
||||
stdout.putString["Hello World\n"]
|
||||
end initially
|
||||
end mainProgram
|
||||
1
hello-world/e/Emmental.emmental
Normal file
1
hello-world/e/Emmental.emmental
Normal file
@@ -0,0 +1 @@
|
||||
;#58#126#63#36!;#46#36#!;#0#1!;#0#2!;#0#3!;#0#4!;#0#5!;#0#6!;#0#7!#0#33#100#108#114#111#119#32#44#111#108#108#101#72$
|
||||
3
hello-world/e/Emojicode.emojic
Normal file
3
hello-world/e/Emojicode.emojic
Normal file
@@ -0,0 +1,3 @@
|
||||
🏁 🍇
|
||||
😀 🔤Hello World🔤❗️
|
||||
🍉
|
||||
1
hello-world/e/Emoticon.emoticon
Normal file
1
hello-world/e/Emoticon.emoticon
Normal file
@@ -0,0 +1 @@
|
||||
Hello World :Q S::P :P
|
||||
1
hello-world/e/Enkelt.e
Normal file
1
hello-world/e/Enkelt.e
Normal file
@@ -0,0 +1 @@
|
||||
skriv("Hello World")
|
||||
4
hello-world/e/Erlang EScript.erl
Normal file
4
hello-world/e/Erlang EScript.erl
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env escript
|
||||
|
||||
main(_) ->
|
||||
io:format("Hello World~n").
|
||||
5
hello-world/e/Erlang.erl
Normal file
5
hello-world/e/Erlang.erl
Normal file
@@ -0,0 +1,5 @@
|
||||
-module(erlang_hw).
|
||||
-export([start/0]).
|
||||
|
||||
start() ->
|
||||
io:format("Hello World~n").
|
||||
1
hello-world/e/Euphoria.ex
Normal file
1
hello-world/e/Euphoria.ex
Normal file
@@ -0,0 +1 @@
|
||||
puts(1, "Hello World")
|
||||
6
hello-world/e/Express.js
Normal file
6
hello-world/e/Express.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const express = require('express')
|
||||
const app = express()
|
||||
|
||||
app.get('/', (_, res) => res.send("Hello World"))
|
||||
|
||||
app.listen(8080)
|
||||
1
hello-world/e/e62qpodb593
Normal file
1
hello-world/e/e62qpodb593
Normal file
@@ -0,0 +1 @@
|
||||
tqqqyoyyyyyypoyqqooqqqoztkkkkkkppotyyyyyppo2oqqqokpokkqqo
|
||||
Reference in New Issue
Block a user