Skip to content

sesquipedalian-dev/Advent2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018

Implementation of the challenges in Advent of Code 2018 (https://adventofcode.com/2018), as a go http server.

Running

  • go build
  • advent.exe -addr : - run server on the provided port (default to 1718)
  • POST to /, where n is the number of the challenge you wish to check. Put the challenge input in the post body as plain text. N starts at 1. Puzzle output returned as plain text.
  • GET / returns a HTML page summarizing the app.

Organization

  • separate file per challenge / route

About

Advent of code 2018 (https://adventofcode.com/2018), as a GoLang HTTP server!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages