Here is the first post on huascarsanchez.com - my new website. My first blog post is the famous Hello World! message. Tell me, what’s better than the famous Hello World! message to introduce a new blog? ;-)
#!/usr/bin/ruby
# Hello world ruby program
puts "Hello World!";