Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obedm503/aoc-23
AoC 2023
https://github.com/obedm503/aoc-23
Last synced: about 9 hours ago
JSON representation
AoC 2023
- Host: GitHub
- URL: https://github.com/obedm503/aoc-23
- Owner: obedm503
- Created: 2023-12-01T22:46:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:42:01.000Z (11 months ago)
- Last Synced: 2024-04-15T00:44:27.705Z (7 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```