Pages

Monday, May 16, 2016

Simple "Hello World" Script using Ruby

print("Enter your name or word : ")
name = gets
puts("Hello " + name)



No comments:

Post a Comment

Please give us suggestions.

Shell Script Code