Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obedm503/aoc-23

AoC 2023
https://github.com/obedm503/aoc-23

Last synced: about 9 hours ago
JSON representation

AoC 2023

Awesome Lists containing this project

README

        

# Obed's AoC 2023

The challenge is to complete the puzzles using [Helix](https://helix-editor.com/),
[lazygit](https://github.com/jesseduffield/lazygit), and [Bun](https://bun.sh/).

To install dependencies:

```bash
bun install
```

To run:

```bash
cat input/day-01.txt | bun run src/day-01-1.ts
```