Skip to content

Instantly share code, notes, and snippets.

@edwardloveall
Last active November 22, 2017 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardloveall/77aab107ff95e51590ec6411fe5296c7 to your computer and use it in GitHub Desktop.
Save edwardloveall/77aab107ff95e51590ec6411fe5296c7 to your computer and use it in GitHub Desktop.
class Person
getter name
def initialize(@name : String)
end
end
require "main.cr"
Person.new("Edward")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment