https://github.com/tjmahr/adventofcode23
https://github.com/tjmahr/adventofcode23
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tjmahr/adventofcode23
- Owner: tjmahr
- License: gpl-3.0
- Created: 2023-12-01T16:28:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T12:45:19.000Z (over 1 year ago)
- Last Synced: 2025-02-24T13:56:38.350Z (3 months ago)
- Language: R
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# adventofcode23
The goal of adventofcode23 is to ...