DHSC-Capstone/intro.qmd
2022-08-02 16:44:01 -04:00

9 lines
157 B
Text

# Introduction
This is a book created from markdown and executable code.
See @knuth84 for additional discussion of literate programming.
```{r}
1 + 1
```