Hello World Setup

Lesson 4
Author : Afrixi
Last Updated : November, 2017


Ruby - Programming Language
This course covers the basics of programming in Ruby. Work your way through the videos/articles and I'll teach you everything you need to know to start your programming journey!
Table of Content

Code

Copyputs "Hello"
print "World"
puts "!"