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

https://github.com/semperos/aoc2023

Advent of Code 2023
https://github.com/semperos/aoc2023

Last synced: 6 months ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

          

## Installation

```
Metacello new
repository: 'github.com/semperos/aoc2023:main/src';
baseline: 'DgAoc2023';
load
```

## Load Lepiter

After installing with Metacello, you will be able to execute

```
#BaselineOfDgAoc2023 asClass loadLepiter
```

## CLI Usage

`rm -rf /tmp/aoc2023 && mkdir /tmp/aoc2023 && ./GlamorousToolkit.app/Contents/MacOS/GlamorousToolkit-cli GlamorousToolkit.image exportAoc2023Book --target-dir=/tmp/aoc2023`