Skip to content

Commit e287956

Browse files
authored
Update main.cpp
1 parent f44705e commit e287956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "Stats.h"
33

44
int main() {
5-
std::unique_ptr<Stats> stats(new Stats(16));
5+
std::unique_ptr<Stats> stats(new Stats(19000));
66

77
stats->push(12);
88
stats->push(3.187);

0 commit comments

Comments
 (0)