Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 446 Bytes

This is a Header

Some basic text. Maybe we could need some more explenation in this part.

  • We
  • got
  • lists
  • as
  • well!

You can link to web sites.

And what makes it great for code related documents, you can easily embed some code:

class Person
  attr_accessor :name

  def initialize(name)
    @name = name
  end
end

And of course there is much more!