Skip to content

Instantly share code, notes, and snippets.

@samuelgmartinez
Created June 4, 2014 20:39
Show Gist options
  • Save samuelgmartinez/4255cb15f9b39118dfeb to your computer and use it in GitHub Desktop.
Save samuelgmartinez/4255cb15f9b39118dfeb to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main()
{
bool test = false == !"testString";
cout << test << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment