Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.74 KB

concept-entry-template.md

File metadata and controls

48 lines (36 loc) · 1.74 KB
Title Description Subjects Tags CatalogContent
The Title
A brief description.
A subject name
A second subject name
An nth subject name
A tag
A second tag
An nth tag
learn-example-course
paths/example-path

[Introduction - make sure first mention of concept is in bold.] (The first 160 characters of this section will appear as the description of the page when it shows up on search engines. It's important!)

Subsection 1

[Text about subsection 1]

Subsection 2

[Text about subsection 2]

Subsection n

[Text about subsection n]

Codebyte Example (if applicable)

We can currently support:

  • Python
  • JavaScript
  • Ruby
  • C++
  • C#
  • Go
  • PHP

See content-standards.md for more details!

# Example runnable code block.
console.log('Hello, World!');