Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
camio authored Nov 15, 2024
1 parent 241ba3e commit a3be03f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/identity_direct_usage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace exe = beman::exemplar;

int main() {
std::cout << exe::identity()(2024) << '\n';
std::cout <<
exe::identity()(2024) << '\n';
return 0;
}

0 comments on commit a3be03f

Please sign in to comment.