Skip to content

Instantly share code, notes, and snippets.

@theundergroundsorcerer
Created March 7, 2021 07:24
Show Gist options
  • Save theundergroundsorcerer/aba2690b6435b9751817df657d0a75e2 to your computer and use it in GitHub Desktop.
Save theundergroundsorcerer/aba2690b6435b9751817df657d0a75e2 to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
std::cout << "Hello world!\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment