Skip to content

Commit

Permalink
CI run: make.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe authored and actions-user committed Jul 7, 2023
1 parent b29180b commit 5ef1ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book.md
Original file line number Diff line number Diff line change
Expand Up @@ -24821,7 +24821,7 @@ struct alive {
int shield;
};

// FIXME: write the function
// FIXME: write the function body
void hit(struct alive *a, struct alive *b){
...
}
Expand Down
2 changes: 1 addition & 1 deletion examples/week-047/002.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct alive {
int shield;
};

// FIXME: write the function
// FIXME: write the function body
void hit(struct alive *a, struct alive *b){
...
}
Expand Down

0 comments on commit 5ef1ec3

Please sign in to comment.