Skip to content

Morganamilo/adventofcode2018

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
in
 
 
src
 
 
 
 
 
 
 
 
 
 

Buld and Run

make run-x-y

where x is the day and y is the part

Build

make src/x-y

where x is the day and y is the part

Build all

make

Run With custom input

make run-stdin-x-y < input_file

where x is the day and y is the part

Run Executable Directly

src/x-y < input file

this does not automatically rebuild when the code changes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published