Skip to content

davefollett/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Welcome to Dave Follett's Advent of Code Solutions.

2023 - JavaScript

node version >=16.0.0 <17.0.0 npm version >=8.0.0 <9.0.0

My 2023 Advent of Code solutions are implemented using an Express application. Use the following steps to setup and run the application:

cd 2023/javascript
npm ci
npm start

Navigate a browser to: http://localhost:8080

2022 - JavaScript

node version >=16.0.0 <17.0.0 npm version >=8.0.0 <9.0.0

My 2022 Advent of Code solutions are implemented using an Express application. Use the following steps to setup and run the application:

cd 2022/javascript
npm ci
npm start

Navigate a browser to: http://localhost:8080

2021

My 2021 Advent of Code solutions are implemented using Rust. Use the following steps to setup and run the application:

  1. Install and setup Rust if you have not already. Instructions can be found here

  2. Change directory to 2021.

    cd 2021/

  3. Build and run the application.

    cargo run

2019

My 2019 Advent of Code solutions are implemented using a node + express application. Use the following steps to setup and run the application:

  1. cd 2019/
  2. npm install
  3. npm start
  4. Navigate a browser to: http://localhost:8080

The solutions can also be viewed running live:

About

Dave Follett's Advent of Code Solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published