Skip to content

Commit a8a3488

Browse files
authored
Merge pull request #1 from windows-admins/main
merge latest
2 parents 4b682c9 + 19c8559 commit a8a3488

File tree

3 files changed

+37
-14
lines changed

3 files changed

+37
-14
lines changed

2021/README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
1-
# Advent-of-Code
1+
# Advent of Code 2021
22

33
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
44

55
The first challenges unlock on December 1st at 00:00 EST/05:00 UTC, and continue every day throughout the month.
66

77
You can read more about the challenge [here](https://adventofcode.com/2021/about).
88

9-
The WinAdmins Leaderboard is here:
10-
https://adventofcode.com/2021/leaderboard/private/view/1506887
9+
The WinAdmins Leaderboard is [here](https://adventofcode.com/2021/leaderboard/private/view/1506887). The join code is pinned in the "Advent of Code 2021" thread in the `#community` channel.
1110

12-
# Day 1
11+
# Member GitHub Repos
1312

14-
Member|Code Link
15-
-|-
16-
Kooties|https://github.com/Kooties/AdventOfCode/tree/main/2021
17-
Anthony Fontanez|https://github.com/ajf8729/AoC-2021
18-
Chris Dent|https://github.com/indented-automation/AoC/tree/master/2021/01
19-
Adam Cook|https://github.com/codaamok/AoC/tree/main/2021
20-
Mamue|https://github.com/Maamue/AoC/tree/main/2021
13+
| Name (Discord) | AoC Leaderboard | GitHub Repo |
14+
| -------------------------------------- | ---------------- | ------------------------------------------------------------ |
15+
| Adam Cook (ACC) | Adam Cook | https://github.com/codaamok/AoC/tree/main/2021 |
16+
| Adam Gross (AdamGrossTX) | AdamGrossTX | https://github.com/AdamGrossTX/AOC/tree/main/2021 |
17+
| Anthony Fontanez (krbtgt) | Anthony Fontanez | https://github.com/ajf8729/AoC-2021 |
18+
| Chris Dent (ChrisDent) | Chris Dent | https://github.com/indented-automation/AoC/tree/master/2021 |
19+
| Chris Kibble (ChrisKibble) | Chris Kibble | https://github.com/ChrisKibble/Advent-of-Code/tree/main/2021 |
20+
| Jeremy Putman (Jeremy Putman) | JPutman | https://github.com/jputman/AdventOfCode/tree/main/2021 |
21+
| Joshua Herrmann (ServerIs(Not)Running) | Joshua Herrmann | https://github.com/SotoDucani/AoC2021 |
22+
| Kooties ($mod\[1\]) | Kooties | https://github.com/Kooties/AdventOfCode/tree/main/2021 |
23+
| Mamue (Mamue) | Maamue | https://github.com/Maamue/AoC/tree/main/2021 |
24+
| Metalsand (Metalsand) | Metalsand | N/A |
25+
| Nathan Ziehnert (TheZNerd) | @TheZNerd | https://github.com/theznerd/AdventOfCode/tree/main/2021 |
26+
| Ryan H (Ryan_H) | @SCCM_Ryan | N/A |
27+
| Ton Siemons (Kietel) | Infradeploy | N/A |
28+
| WRQ (WRQ) | WRQ | N/A |

2022/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Advent of Code 2022
2+
3+
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
4+
5+
The first challenges unlock on December 1st at 00:00 EST/05:00 UTC, and continue every day throughout the month.
6+
7+
You can read more about the challenge [here](https://adventofcode.com/2022/about).
8+
9+
The WinAdmins Leaderboard is [here](https://adventofcode.com/2021/leaderboard/private/view/1506887). The join code is pinned in the `#AoC Misc Discussion` post in the `#advent-of-code-2022` forum channel.
10+
11+
# Member GitHub Repos
12+
13+
| Name (Discord) | AoC Leaderboard | GitHub Repo |
14+
| ------------------------ | ---------------- | ----------------------------------------- |
15+
| Anthony Fontanez (krbtgt) | Anthony Fontanez | https://github.com/ajf8729/Advent-of-Code |

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Advent-of-Code
1+
# Advent of Code
22

33
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
44

@@ -8,5 +8,5 @@ You can read more about the challenge [here](https://adventofcode.com/about).
88

99
# WinAdmins Yearly Challenges
1010

11-
- [2021](https://github.com/windows-admins/Advent-of-Code/blob/main/2021/README.md)
12-
11+
- [2021](https://github.com/windows-admins/Advent-of-Code/blob/main/2021/README.md)
12+
- [2022](https://github.com/windows-admins/Advent-of-Code/blob/main/2022/README.md)

0 commit comments

Comments
 (0)