2015-01,02
This commit is contained in:
7
include/advent_math.h
Normal file
7
include/advent_math.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef ADVENT_MATH_H_
|
||||
#define ADVENT_MATH_H_
|
||||
|
||||
int int_max(int, int);
|
||||
int int_min(int, int);
|
||||
|
||||
#endif // ADVENT_MATH_H_
|
Reference in New Issue
Block a user