Skip to content

puyanwei/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

https://adventofcode.com/2023

My attempts at completing these using Typescript. Mainly focusing on readability rather than efficiency or minimum number of characters.

I would like to use Typescript inference as much as possible, and make the code as easy to understand. There should be tests for most functions, and code visiblity. I will try to stick to a functional programming style of coding whilst trying to keep the code immutable, and functions should have 1 or as little responsilibility as possible

Installation

git clone https://github.com/puyanwei/advent-of-code-2023.git
cd ./advent-of-code-2023
npm install

npm start runs the code to see the results in the terminal and npm test runs the tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published