Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 549 Bytes

template.md

File metadata and controls

21 lines (16 loc) · 549 Bytes

How to do something

Optional notes or general comments on the following code.

code part1 part2 part3 ...
  • part1 - explain code part 1 (mandatory blocks)
  • part2 - explain code part 2 (mandatory blocks)
  • ...

Example (optional, use this to demonstrate input/output examples of code solution)

echo 'ok'; // first code block is usage example
ok # second code block is output example, no separators between them

group: name_of_the_group_of_similar_code_solutions (optional, used to group related solutions)