Added a newline at the end of output

This commit is contained in:
A.M. Rowsell 2023-06-26 00:22:24 -04:00
parent aac6d97593
commit 7b3fc5cdf8
No known key found for this signature in database
GPG Key ID: 0B6E2D8375CF79A9
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ int main(int argc, char **argv) {
for(int i = 0; i < numDigits; i++) {
piSpigot->pump();
}
std::cout << std::endl;
return 0;
}