Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 143 Bytes

hello-world.md

File metadata and controls

14 lines (11 loc) · 143 Bytes

Hello World

Daniel Lewis 2/11/2020

Write an English sentence. (hehehe)

x <- 1
y <- x + 9
y == 10
## [1] TRUE