Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 248 Bytes

hello_world.md

File metadata and controls

17 lines (15 loc) · 248 Bytes
layout

{% highlight ruby %}

Das berühmte Hallo-Welt-

Programm ist trivial in

Ruby. Überflüssig sind:

* eine "main"-Methode

* Newline-Zeichen

* Semikolons

Hier ist der Code:

puts "Hallo Welt!" {% endhighlight %}