/greeting

Primary LanguageCrystalMIT LicenseMIT

Greeting

This is just a sample repository for "Crystalの本2(仮)".

Installation

Add this to your application's shard.yml:

dependencies:
  greeting:
    github: arcage/greeting

Usage

require "greeting"

Greeting.hello("John") #=> "Hello, John!"

Contributors

  • arcage AKJ - creator, maintainer