Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add call to new library function
  • Loading branch information
llewelld committed Jan 10, 2022
1 parent 958c56f commit 05b8926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/harbour-newsapp.cpp
Expand Up @@ -6,6 +6,7 @@ int main(int, char *[])
{
std::cout << "News application" << std::endl;
news_print();
news_footer();

return 0;
}

0 comments on commit 05b8926

Please sign in to comment.