Skip to content

Instantly share code, notes, and snippets.

@axurright
Created June 2, 2025 15:50
Show Gist options
  • Select an option

  • Save axurright/97149156b338d1f58fa6ffd3a43c6ba1 to your computer and use it in GitHub Desktop.

Select an option

Save axurright/97149156b338d1f58fa6ffd3a43c6ba1 to your computer and use it in GitHub Desktop.
I'm bored, so some C++ practice
#include <iostream>
int main() {
int myRandomNumber = 251;
int yes = 45;
std::cout << myRandomNumber + yes << " (yes, I'm uninspired)";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment