Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 318 Bytes

sample.md

File metadata and controls

22 lines (15 loc) · 318 Bytes

This is a test

This is an example of Markdown. And here you can see a cite to kernighan1988c.

Code chunks

A paragraph here. A code chunk below (remember the three backticks):

1+1
.4-.7+.3 # what? it is not zero!

Graphics

It is easy.

plot(1:10)
hist(rnorm(1000))