1 parent 89e538d commit b755d89Copy full SHA for b755d89
2 files changed
.github/workflows/code-quality.yml
@@ -4,7 +4,7 @@ on:
4
pull_request: ~
5
push:
6
branches:
7
- - master
+ - main
8
9
jobs:
10
tests:
README.md
@@ -1,6 +1,6 @@
1
# Advent of Code
2
3
-
+
This repository holds my attempts at solving the puzzles put forth by the annual [Advent of Code](https://adventofcode.com/).
Every year, the site puts out a daily pair of holiday themed puzzles starting on December 1. The puzzles for each year
0 commit comments