Skip to content

Commit

Permalink
Add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan01 committed Dec 7, 2023
1 parent 915092d commit 8db70ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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!

0 comments on commit 8db70ce

Please sign in to comment.