Skip to content

Instantly share code, notes, and snippets.

@Yvictor
Created July 23, 2020 03:12
Show Gist options
  • Save Yvictor/45795c48847ca75d297497b8932affa5 to your computer and use it in GitHub Desktop.
Save Yvictor/45795c48847ca75d297497b8932affa5 to your computer and use it in GitHub Desktop.
simple main example
#include <iostream>
int main(){
std::cout << "simple executable program.\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment