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

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

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
```