Harlow Malloc
January 10, 2024
This is a post with executable code.
1 + 1
[1] 2
--- title: "Post With Code" author: "Harlow Malloc" date: "2024-01-10" categories: [news, code, analysis] image: "image.jpg" --- This is a post with executable code. ```{r} 1 + 1 ```