Sunday, April 9, 2017

Hello World in Ruby

A very simple program that I wrote using Ruby programming language to demonstrate the hello world program. I am just a beginner in ruby programming. Thank you.

My email address are the following jakerpomperada@gmail.com and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.




Sample Program Output


Program Listing

puts "\n"
puts 'Hello World in Ruby by Jake R. Pomperada'
puts "\n\n"
puts "End of Program"


No comments:

Post a Comment