/hello-world

Hello World in any language

Primary LanguageMakefileMIT LicenseMIT

hello-world

Travis Status

Hello World in any programing language. Read contribution guide for pull request.

Table of Content

ArnoldC

Download: http://lhartikk.github.io/ArnoldC

Compile: java -jar ArnoldC.jar hello.arnoldc

Run: java hello

Befunge

http://www.quirkster.com/iano/js/befunge.html

C

Compile: gcc hello_world.c -o hello_world

Run (Linux): ./hello_world

CPP

Compile: g++ hello_world.cpp -o hello_world

Run (Linux): ./hello_world

Dart

Run: dart hello_word.dart

Fish

Run: fish hello_word.fish

Haskell

Compile: ghc -dynamic helloworld.hs

Run (Linux): ./helloworld

Java

Compile: javac HelloWorld.java

Run: java HelloWorld

Julia

Compile and Run: julia HelloWorld.jl

Kotlin

Compile: kotlinc HelloWorld.kt -include-runtime -d HelloWorld.jar

Run: java -jar HelloWorld.jar

Lolcode

Run: lci hello_world.lolcode

http://lolcode.org/

Lisp

Install clisp | sudo apt-get install clisp

Run: clisp hello_world.lisp

Ook

https://www.splitbrain.org/services/ook

Perl

Run: perl hello_world.pl

Php

Run php hello_world.php

Processing

Compile and Run : processing-java --run --sketch=pwd/HelloWorld --output=pwd/HelloWorld/output

Python2

Run: python2 hello_world.py

Python3

Run: python3 hello_world_2.py

R

Run: R Hello-World.r

Rust

Compile: rustc hello_world.rs

Run: ./hello_world.rs

Batch

Run: hello_world.bat