Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.cpp Secret

Created August 1, 2020 23:17
Show Gist options
  • Save kasramp/7c382f7a1c649401eb5710dbd67cc94d to your computer and use it in GitHub Desktop.
Save kasramp/7c382f7a1c649401eb5710dbd67cc94d to your computer and use it in GitHub Desktop.
int main(int argc, char *argv[]) {
Test *t1 = new Test();
t1 -> print();
delete t1;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment