Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 311 Bytes

snippet-template.md

File metadata and controls

20 lines (16 loc) · 311 Bytes
title tags
MySnippet
utility,intermediate

Explain briefly what the snippet does.

  • Explain briefly how the snippet works.
  • Use bullet points for your snippet's explanation.
  • Try to explain everything briefly but clearly.
func MySnippet() {
  return
}
MySnippet() // "result"