Skip to content

Sah2Sah2/Advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code

You can read more and participate here: https://adventofcode.com/

2025 - TypeScript Solutions

This repository contains my solutions to Advent of Code 2025, implemented in TypeScript.

How to run

Prerequisites:

  1. Node.js installed
  2. TypeScript and ts-node installed globally:
npm install -g typescript ts-node

Option 1: run directly using npx ts-node

npx ts-node .\2025\Day2\Part1.ts

Note: Replace \2025\Day2\Part1.ts with the path to the file you want to run

Option 2: change directory first

cd 2025\Day2 
npx ts-node Part1.ts

Note: This method runs the file from inside its folder and can be convenient if running multiple files from the same day

About

Repository with my Advent of Code solutions for learning and practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors