Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
leavelet authored Apr 22, 2024
1 parent 123140a commit b70e172
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ int main(int argc, char** argv) {

std::ostream& output = std::cout;

// output << input; // print the paragraph first
// output << "\nReferences:\n";

for (auto c : printedCitations) {
// output << input; // print the paragraph first
output << "\nReferences: \n";
// FIXME: print citation
}

Expand Down

0 comments on commit b70e172

Please sign in to comment.