Skip to content

rvprasad/advent-of-code-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

This repo contains the code to solve the puzzles from 2025 Advent of Code. The README.md file in the folder for each day contains my observations when solving that day's puzzle.

Instructions

Unless day-specific README.md files contain specific instructions, use the following commands to execute the solution.

  • crystal dayX.cr <filename>
  • elixir dayX.exs <filename>
  • cargo run <filename>
  • scala dayX.scala -- <filename>
Days Crystal (v1.18.2) Elixir (v1.19.4) Rust (v1.91.1) Scala (v3.7.4)
1 x x
2 x x
3 x x
4 x x

Attribution

Copyright (c) 2025, Venkatesh-Prasad Ranganath

Licensed under BSD 4-Clause “Original” or “Old” License (https://choosealicense.com/licenses/bsd-4-clause/)

Authors: Venkatesh-Prasad Ranganath

About

Advent of Code 2025 repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published