Home

Awesome

AoC23

Advent Of Code 2023

Building the Project

Clone the Repository:

git clone [repository_url]
cd [repository_directory]

Activate the SDK Environment:

source sdk/activate.sh

Prepare the Environment:

prepare

Run the Project:

run

Activation Script (activate.sh)

The activate.sh script contains functions to install and configure tools required for building the project. To start, activate the environment with the following command:

source sdk/activate.sh

Activation Script Commands