Skip to content

pranav-davar/advent-of-code-2024-dw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 Solutions

This repository contains my solutions to the Advent of Code 2024 challenges. Advent of Code is an annual event where participants solve programming puzzles released daily in December. https://adventofcode.com/2024

Languages Used

The solutions in this repository are written in the following programming languages:

  • DataWeave

Running the Code

  • Clone the repository
  • Open the repository in VSCode with DataWeave extension installed.
  • Navigate to the src/test/dw, select the .dwl and preview the file to run the code.