56 Commits

Author SHA1 Message Date
Mike Donaghy
1ffd25d627 Merge pull request #310 from yosbelms/patch-1
Add Cor language
2017-02-12 16:14:56 -06:00
Mike Donaghy
fb0a331f1e Merge pull request #292 from e40/master
Add Common Lisp example
2017-02-12 16:09:33 -06:00
Mike Donaghy
4430e9b740 Merge pull request #277 from boloutaredoubeni/patch-1
Fix spacing for #include in c.c
2017-02-12 16:04:31 -06:00
Mike Donaghy
05b1b46656 Merge pull request #270 from yous/crystal
Add Crystal
2017-02-12 16:01:11 -06:00
Mike Donaghy
a136815948 Merge pull request #318 from thomasvandoren/patch-1
Chapel
2017-02-12 15:58:24 -06:00
Mike Donaghy
86bd3e6665 Merge pull request #320 from Knhash/patch-1
Update c++.cpp to be simpler
2017-02-12 15:57:38 -06:00
Chathura Kudahetti
b2310d2926 ceylon.ceylon
Hello World in Ceylon programming language. The code is from http://ceylon-lang.org/documentation/1.2/tour/basics/
2016-05-21 22:25:42 +05:30
Shashank S
dda700b843 Update c++.cpp
The standard way a C++ compiler greets us with a Hello World
2016-05-21 13:34:21 +05:30
Thomas Van Doren
1f242a02c3 Create chapel.chpl 2016-05-20 23:29:13 -07:00
Yosbel Marín
9bcc69a7e0 Add Cor language
can see it in http://yosbelms.github.io/cor
2016-05-20 14:22:43 -06:00
Kevin Layer
36e26ad649 Add Common Lisp example
Common Lisp is distinct from plain old `Lisp' in that
Lisp doesn't have FORMAT.  That was added in Common Lisp,
in Guy Steele's book Common Lisp the Language, in 1984.
2016-05-20 07:03:19 -07:00
Boloutare Doubeni
f48899f013 Fix spacing for #include in c.c 2016-05-20 08:37:00 -04:00
Chayoung You
4f3a4e41dd
Add Crystal
See http://crystal-lang.org/.
2016-05-20 21:09:18 +09:00
LIttleAncientForestKami
27997d7cd5 Cypher, Neo4j, creates a Hello-:space->World! graph
Anyone who attempts to generate random numbers by deterministic means is, of course, living in a state of sin.
      -- John von Neumann
2015-12-09 02:16:07 +01:00
Colas BROUX
90c224c54a Added exit status 2015-11-15 14:53:30 +01:00
tleb
c03b1458e0 [css.css] Add tab 2015-10-10 20:00:33 +02:00
Mike Donaghy
1ff396d628 Merge pull request #215 from GeorgeGibson/master
Add Perseus, Amiga-E, Centura, Clipper
2015-09-14 12:51:43 -04:00
George Gibson
ef646a0aef Create clipper.clipper 2015-09-13 20:30:45 +01:00
George Gibson
35483affb0 Create centura.centura 2015-09-13 20:30:06 +01:00
Mike Donaghy
29f63fb8de Merge pull request #212 from dcondrey/master
Numerous obscure examples
2015-09-06 20:16:48 -04:00
George Gibson
4a3ae2f4d7 Create ContinuesEquation.ce 2015-08-29 09:42:45 +01:00
George Gibson
4391664b29 Create cardinal.cardinal 2015-08-29 09:42:05 +01:00
George Gibson
7862fbb4f4 Update chef.ch 2015-08-29 09:25:10 +01:00
George Gibson
5e0f2d269f Create chicken.chicken 2015-08-29 09:03:58 +01:00
George Gibson
7912f29097 Update chef.ch 2015-08-29 09:03:18 +01:00
David
96f48cbcf1 cgi written in c 2015-08-26 17:39:04 -07:00
KommX
2d20ad27b3 Update c.c
Add a new line.
2015-06-30 10:32:22 +02:00
Paul Brinkmeier
ae9c40486a update coffeescript
`alert` -> `console.log`
2015-04-14 17:28:12 +02:00
Philippe Loctaux
52a8c332d8 printf
we learn like this to do hello world
2015-04-13 18:33:35 +02:00
Wellington Viana
79cd16b1c9 excluded "void" in function "main" 2014-08-20 17:02:04 -03:00
Mike Donaghy
117b1392ca Merge pull request #47 from dmand/master
added COOL language
2014-08-17 22:49:28 -04:00
Mike Donaghy
0e3b6ad886 Merge pull request #68 from wjdp/master
CSS 'Hello World'
2014-08-17 22:46:05 -04:00
Mike Donaghy
12e12c6d90 Merge pull request #111 from mlang/master
Use puts instead of printf.
2014-06-20 02:09:14 -04:00
Mike Donaghy
02431ef4c6 Merge pull request #108 from bcnjr5/master
Added a bunch of languages.
2014-01-26 15:43:16 -08:00
Gunnar Guðvarðarson
d75dadd08a Removed namespace, added namespace on the function calls
Using namespaces is considered bad practice.

http://stackoverflow.com/a/1453605/1177391
2014-01-24 01:23:07 +00:00
Dustin Fechner
ea8a9b59f0 Add Clean 2013-11-18 23:20:31 +01:00
Mario Lang
1b66868d5f Use puts instead of printf.
The classic "Hello World" example in C is actually often sort of wrong.
While printf(3) does the job, it is inefficient to use, since the
"format string" does not contain any format characters in this particular case.

puts(3) is better suited, since it does not try to interpret format characters,
and as an extra bonus, already appends the trailing newline for us.
2013-09-05 19:15:03 +02:00
bcnjr5
df56db39c8 Added Casio BASIC
There is no extension.
2013-05-27 22:34:25 -03:00
Will Pimblett
9d3deddc0d CSS Hello World
Sticks 'Hello World!' on the top of any HTML document
2012-04-30 23:23:02 +01:00
Dmitry Andreevich
ec5b4e483c Added hello-world in COOL language. 2012-04-29 13:46:47 +03:00
Mike Donaghy
fc381788da Merge pull request #7 from faisalman/master
Added ActionScript, UNIX Shells, Windoze batch, CoffeeScript, Qu, XQuery, haXe, Objective-J
2011-07-23 21:58:40 -07:00
faisalman
5d60baa6ba Added CoffeeScript 2011-04-07 00:47:11 +07:00
Rene Saarsoo
13c2c05d4d No .gitignore needed in subdirs. 2011-04-06 18:40:54 +03:00
faisalman
1670308f44 Added other major UNIX shells (ksh, csh, tcsh, zsh) and MS-Windows batch 2011-04-05 16:07:26 +07:00
Robert Peters
7f878aa890 Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
mimi1971
97e0e510b5 github generated gh-pages branch 2010-08-06 11:10:54 +08:00
Daniel Spiewak
62b8833b04 Formatting in a slightly more idiomatic style 2010-08-06 11:09:09 +08:00
Daniel Spiewak
e5d8b759a4 No need for any of that craziness 2010-08-06 11:09:09 +08:00
Rodrigo Manhães
9bc2e9ccb0 added clojure 2010-08-06 11:09:09 +08:00
William Suggs
0f3251ddef Added Cobol, Oberon, Oberon-2 and Zonnon 2010-08-06 11:09:04 +08:00