Skip to content

Commit

Permalink
Output snowhouse version in example/main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Apr 6, 2017
1 parent 3183e2b commit c5094e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ void StringizeTests();

int main()
{
std::cout << "Spec for Snowhouse " SNOWHOUSE_VERSION << std::endl;

try
{
BasicAssertions();
Expand Down

0 comments on commit c5094e0

Please sign in to comment.