Skip to content

Instantly share code, notes, and snippets.

@johnduhart
Forked from anonymous/gist:191609
Created September 23, 2009 01:11
Show Gist options
  • Save johnduhart/191610 to your computer and use it in GitHub Desktop.
Save johnduhart/191610 to your computer and use it in GitHub Desktop.
Application about a pretty cool guy
#include <iostream>
int main()
{
std::cout << "compwhizii is a pretty cool guy";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment