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 mobile number here in the Philippines is 09173084360.
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"