Skip to content

Nani-o/adventofcode2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Advent of code 2018

This repo contains my solution for the Advent of code 2018.

Usage

I run aoc.py as a package, which act as a launcher to run the solutions from a file per day with a function per part, the inputs are in a folder named for each day, it's a less sophisticated version of what I saw on this repo.

$ python -m aoc.aoc -h
usage: adventofcode.py [-h] [--day DAY] [--part PART]

optional arguments:
  -h, --help            show this help message and exit
  --day DAY, -d DAY     Day of the puzzle to run
  --part PART, -p PART  Part of the puzzle of the day to run

$ python -m aoc.aoc -d 1 -p 1
Day 1 - part 1
==============

solution : 435
time : 0.5951 ms

License

MIT

Author Information

Sofiane MEDJKOUNE

About

Repository for my solution of the 2018 advent of code. https://adventofcode.com/2018.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages