10000 GitHub - sukus21/adventofcode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sukus21/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent of code

In GO

How to use

  • All input files go in the input folder.
  • The line endings in input files should be CRLF or LF.
  • Input files must be named year$1day$2.txt, where $1 is the year, and $2 is the day number.

Building

Run go build .

Commandline usage

Do <executable> <year number> <day number> to run the code for that day. This requires the input file to be present, otherwise an error is thrown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0