Skip to content

Instantly share code, notes, and snippets.

@pelevesque
Created September 28, 2023 07:18
Show Gist options
  • Save pelevesque/c164562aff2abe8f0429624bcbafd0e9 to your computer and use it in GitHub Desktop.
Save pelevesque/c164562aff2abe8f0429624bcbafd0e9 to your computer and use it in GitHub Desktop.
for (auto x : Range (1, indent, 1)) {
std::cout << " ";
}
std::cout << value;
for (auto x : Range (1, outdent, 1)) {
std::cout << " ";
}
std::cout << "|";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment