https://github.com/dibsonthis/vortex-advent-of-code-22
https://github.com/dibsonthis/vortex-advent-of-code-22
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dibsonthis/vortex-advent-of-code-22
- Owner: dibsonthis
- Created: 2023-11-28T08:26:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T04:03:13.000Z (over 2 years ago)
- Last Synced: 2025-06-10T14:43:12.108Z (about 1 year ago)
- Size: 35.2 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 2022 - 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```