Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 593 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 593 Bytes

Advent2017

A little bit late, but this repository hosts my solutions for Advent of code. Solutions are written in javascript and using a thin UI from react-native (including windows support). I'm testing everything by running the universal windows app.

Running

  • download repo
  • do some shenanigans with NPM in the project directory to make sure it knows it's a project?
  • react-native start
  • open windows/.SLN in visual studio community 2017
  • start the .sln with or without debugging
  • click on a day and provide input from the Advent of code site!