Skip to content

Commit

Permalink
📚 [README] hello world fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Apr 15, 2024
1 parent 88963e8 commit cecee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ constexpr auto sum(auto... args) { return (args + ...); }

int main() {
"sum"_test = [] {
expect(sum(1, 2, 3) == 3_i);
expect(sum(1, 2, 3) == 6_i);
};
}
```
Expand Down

0 comments on commit cecee75

Please sign in to comment.