Created
June 2, 2025 15:50
-
-
Save axurright/97149156b338d1f58fa6ffd3a43c6ba1 to your computer and use it in GitHub Desktop.
I'm bored, so some C++ practice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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