my_first_mark

My first Markdown

First piece of code

y <- 5
print (y^2)
## [1] 25

Second piece of code

x <- 5

print (x^3)
## [1] 125