Skip to content

Commit

Permalink
Correct c++ header
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 16, 2024
1 parent d74682b commit de8d16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cplusplus/src/p0019.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ How many Sundays fell on the first of the month during the twentieth century
#define EULER_P0019
#include <ctime>
#include <iostream>
#include <cstdint>
#include <stdexcept>
#include <stdint.h>

uint16_t p0019() {
uint16_t answer = 0;
Expand Down

0 comments on commit de8d16f

Please sign in to comment.