module FgatherletHello

Constants

VERSION

Public Class Methods

main() click to toggle source

Your code goes here…

# File lib/fgatherlet_hello.rb, line 6
def self.main
  "hello world!"
end