Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zorbathut/d3bb8ea42f5bced53c398cc0dcd42b48 to your computer and use it in GitHub Desktop.
Save zorbathut/d3bb8ea42f5bced53c398cc0dcd42b48 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
void hello() {
cout << "Hello!" << endl;
}
int main() {
hello();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment