index
:
advent-of-code
main
advent of code
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
2015
/
day4
/
aoc.h
blob: 8c4c846af3e5b528d26aa2f232d404d7ed05d3d6 (
plain
)
1
2
3
4
5
6
7
8
#pragma once
#include
"md5.h"
namespace
aoc2015
{
int
day4
(
const
char
*
,
int
);
}