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
- Host: GitHub
- URL: https://github.com/semperos/aoc2023
- Owner: semperos
- Created: 2023-11-30T15:48:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T19:21:46.000Z (over 2 years ago)
- Last Synced: 2025-06-03T16:54:33.949Z (about 1 year ago)
- Language: Smalltalk
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`