Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 328 Bytes

article-structure-example.markdown

File metadata and controls

24 lines (16 loc) · 328 Bytes

Topic Title

Subtopic

Subtopic

This is code:

hash = {}
hash[:one]   = "uno"
hash[:two]   = "dos"
hash[:three] = "tres"

Another Topic

puts "This is Sparta!"
print "BUT this isn't going to print with a newline :("

Sources and Further Reading

  • Item 1 with link
  • Item 2 with link