Skip to content

Instantly share code, notes, and snippets.

@vladfaust
Created May 3, 2019 17:43
Show Gist options
  • Save vladfaust/c946d9a805fefff743d1748646525cd8 to your computer and use it in GitHub Desktop.
Save vladfaust/c946d9a805fefff743d1748646525cd8 to your computer and use it in GitHub Desktop.
Sorbet is cool, but polished Crystal is better
def hello(who)
puts "Hello, #{who}!"
end
hello("world") # puts "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment