Programming Fundamentals/Introduction/Ruby: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Creating
 
Line 6: Line 6:
== Try It ==
== Try It ==
* [https://repl.it/EJtG/0 repl.it]
* [https://repl.it/EJtG/0 repl.it]
* [https://www.tutorialspoint.com/execute_ruby_online.php TutorialsPoint]


== See Also ==
== See Also ==

Revision as of 18:35, 30 October 2016

hello.rs

puts 'Hello world!'

Try It

See Also