Skip to content

Instantly share code, notes, and snippets.

@rodhash
Created November 8, 2025 06:53
Show Gist options
  • Select an option

  • Save rodhash/77aa142dfd5009b28e551a065171b481 to your computer and use it in GitHub Desktop.

Select an option

Save rodhash/77aa142dfd5009b28e551a065171b481 to your computer and use it in GitHub Desktop.
fooobar
int main(){
std::cout << "Foo bar" << std::endl;
std::cout << "foo" << std::endl;
std::cout << "foo" << std::endl;
int x {99};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment