aboutsummaryrefslogtreecommitdiff
path: root/src/2016/day4/aoc.h
blob: c8ea44c7c966075bb6e4f4eebf0e7ce89cd16cc5 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "common.h"

namespace aoc2016 {

// unsigned char shift(unsigned char c, int times);
std::pair<int, int> day4(line_view);
} // namespace aoc2016