Skip to content

Instantly share code, notes, and snippets.

@stepancheg
Created May 1, 2009 19:26
Show Gist options
  • Save stepancheg/105202 to your computer and use it in GitHub Desktop.
Save stepancheg/105202 to your computer and use it in GitHub Desktop.
[yozh@PowerBook-2:~/tmp]% cat hello.cxx
#include <iostream>
using namespace std;
class zbool: bool { };
int main(void) {
cout << "hello, world" << endl;
return 0;
}
// vim: set ts=4 sw=4 et:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment