module JacaHello

Constants

VERSION

Public Class Methods

hello() click to toggle source

Say hello to the world!

Example >> JacaHello.hello

> Hello wordl!

# File lib/jaca_hello.rb, line 10
def JacaHello.hello
  puts "Hello world!"
end