Skip to content

Instantly share code, notes, and snippets.

@evakili
Created February 24, 2019 06:59
Show Gist options
  • Save evakili/f036e10330fde740c5f8898bab7aeffd to your computer and use it in GitHub Desktop.
Save evakili/f036e10330fde740c5f8898bab7aeffd to your computer and use it in GitHub Desktop.
TDD Hello World!
#include <cassert>
int main() {
assert(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment