Skip to content

Instantly share code, notes, and snippets.

@memorycancel
Created March 14, 2024 18:02
Show Gist options
  • Save memorycancel/55214701f8e9bc18a10342e3a0616b82 to your computer and use it in GitHub Desktop.
Save memorycancel/55214701f8e9bc18a10342e3a0616b82 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