-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# 🎄❄️ Advent of Sayan ⛄🔔 | ||
|
||
This repository contains my codes for [Advent of Code 2023](https://adventofcode.com/2023) solutions. | ||
I am aiming to reach 50 stars (that is, not missing any day of AOC23). | ||
The solutions are majorly in python, the language I am currently most familiar with. | ||
The code uses pythonic/functional approaches when possible to create concise code. | ||
|
||
The reason of making this repository public is to share my solutions with others (after leaderboard is saturated). | ||
|
||
An alias I use (but not included in this repo directly) is | ||
|
||
```bash | ||
alias aoc='mcd $HOME/docs/projects/aoc23/$(date +%d)' | ||
``` | ||
|
||
where `mcd` is a script to `mkdir -p` and `cd` into `$1. | ||
|
||
Merry Christmas! |