Skip to content

brayevalerien/AOC-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC-2023

My solutions for the Advent of Code 2023, solved in V!

Total progress:

progress bar

How to run

If you want to run the program for a specific day "XX" and a problem "Y" (1 or 2), use:

v run ./dayXX/pbY/

Note: you will need to add the input file as input.txt in the ./dayXX/pbY/ directory since I cannot provide the inputs on github as stated in the AOC rules.

Content

This repository contains one directory per day and each day contains two directories: one for each problem of the day (./dayXX/pbY/ for problem Y of day XX).

Useful links