Skip to content

DM-GY-6063-2023F-D/p5js-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p5.js Template

This is a README file that can be used to describe and document your assignment.

Markdown Cheatsheet (from https://www.markdownguide.org/cheat-sheet/):



Heading1

Heading2

Heading3

Heading4

Heading5
Heading6

bold text

italicized text

strikethrough text

Ordered List:

  1. First item
  2. Second item
  3. Third item

Unordered List:

  • First item
  • Second item
  • Third item

short code block

extended code block
fun() {
  return 0
}

Link:
linked text

Image with url:
image description

Image on repo:
image description

To start a new line, add two spaces at the end of a line, like this:
this is a new line.

To start a new paragraph, leave an empty line between two lines of text.

This is a new paragraph.