Skip to content

Commit

Permalink
Answer for problem 73
Browse files Browse the repository at this point in the history
  • Loading branch information
pbevin committed Dec 27, 2013
1 parent 764c167 commit 9d270a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euler.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ struct puzzle puzzles[] = {
{ "070", &eu070, "8319823" },
{ "071", &eu071, "428570" },
{ "072", &eu072, "303963552391" },
{ "073", &eu073, NULL },
{ "073", &eu073, "7295372" },
};

#define NPUZZLES (sizeof puzzles / sizeof(puzzles[0]))
Expand Down

0 comments on commit 9d270a8

Please sign in to comment.