https://github.com/dibsonthis/vortex-advent-of-code-23
https://github.com/dibsonthis/vortex-advent-of-code-23
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dibsonthis/vortex-advent-of-code-23
- Owner: dibsonthis
- Created: 2023-12-01T13:21:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T23:39:27.000Z (over 2 years ago)
- Last Synced: 2025-06-10T14:43:13.577Z (about 1 year ago)
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the Advent of Code 2023 - solved using the [Vortex](https://github.com/dibsonthis/Vortex) programming language.
To get the Vortex environment set up, run the below code:
```
curl https://raw.githubusercontent.com/dibsonthis/vortex-dist/main/mac/get_modules | bash
```
After the environment is ready, call the below script to run the program:
```
./run
```