Skip to content

Instantly share code, notes, and snippets.

@pycoders0000
Created December 13, 2022 17:55
Show Gist options
  • Save pycoders0000/94d7acf5940cad36baeb03e8c8107eae to your computer and use it in GitHub Desktop.
Save pycoders0000/94d7acf5940cad36baeb03e8c8107eae to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment