Skip to content

Commit

Permalink
Add answer for problem 77
Browse files Browse the repository at this point in the history
  • Loading branch information
pbevin committed Dec 31, 2013
1 parent a3c1edf commit 55bd8e1
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 @@ -298,7 +298,7 @@ struct puzzle puzzles[] = {
{ "074", &eu074, "402" },
{ "075", &eu075, "161667" },
{ "076", &eu076, "190569291" },
{ "077", &eu077, NULL },
{ "077", &eu077, "71" },
};

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

0 comments on commit 55bd8e1

Please sign in to comment.