Skip to content

Instantly share code, notes, and snippets.

@zebreus
Created January 9, 2021 21:23
Show Gist options
  • Save zebreus/ae2900ddab30ef7548da6188815ee68b to your computer and use it in GitHub Desktop.
Save zebreus/ae2900ddab30ef7548da6188815ee68b to your computer and use it in GitHub Desktop.
#include <iostream>
void main(){
std::cout << "Hello world" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment