module Jz2021Helloworld

Constants

VERSION

Public Class Methods

helloworld() click to toggle source
# File lib/jz2021_helloworld.rb, line 8
def self.helloworld
  'Hello World from JZ!'
end