small printing fix
This commit is contained in:
parent
10100da5e9
commit
f51ad60b73
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ long part2(const char *path) {
|
|||
int main(int argc, char *argv[]) {
|
||||
cout << "example1: " << part1("example") << endl;
|
||||
cout << "input1: " << part1("input") << endl;
|
||||
cout << "example2: " << endl << part2("example") << endl;
|
||||
cout << "example2: " << part2("example") << endl;
|
||||
cout << "input2: " << part2("input") << endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue