Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bisaloo/adventofcode21
My solutions for the Advent of code 2021
https://github.com/bisaloo/adventofcode21
advent-of-code
Last synced: 29 days ago
JSON representation
My solutions for the Advent of code 2021
- Host: GitHub
- URL: https://github.com/bisaloo/adventofcode21
- Owner: Bisaloo
- Created: 2021-12-01T11:22:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T10:22:28.000Z (about 3 years ago)
- Last Synced: 2024-10-24T16:18:31.405Z (3 months ago)
- Topics: advent-of-code
- Language: R
- Homepage: https://bisaloo.github.io/adventofcode21
- Size: 465 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```# adventofcode21
[![R-CMD-check](https://github.com/Bisaloo/advent_of_code_2021/workflows/R-CMD-check/badge.svg)](https://github.com/Bisaloo/advent_of_code_2021/actions)