Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Improve LANGUAGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittlegit committed Jun 10, 2018
1 parent e889d10 commit adf864f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ For the old LANGUAGES.md, see the tree before 8c2ffc3c.
|PHP||php hello_world.php||
|Python2||python2 hello_world_2.py||
|Python3||python3 hello_world.py||
|Rust|rustc hello_world.rs|./hello_world|wget -o/dev/null -O- https://sh.rustup.rs | sh|
|Rust|rustc hello_world.rs|./hello_world|wget -o/dev/null -O- https://sh.rustup.rs >file;sh file; rm file|
|Scala|scalac HelloWorld.scala|scala HelloWorld||

|HTML||||
|C#|mcs HelloWorld.cs|mono HelloWorld.exe||
|Ruby||ruby Hello_World.rb||
|Haxe||haxe -main HelloWorld --interp||
|R||R --no-save <Hello\_World.R|| <!-- _ --> <!-- Darn you vim -->
|F#|fsharpc Hello_World.fs|mono Hello_World.exe||
|Visual Basic|||
|Go||go run hello_world.go||
|Arduino||||
|CDuce||cduce --run hello_world.xsd||

0 comments on commit adf864f

Please sign in to comment.