Skip to content

Instantly share code, notes, and snippets.

@aeantipov
Created June 19, 2016 16:16
Show Gist options
  • Save aeantipov/685d178981dd5e4c6bf21ad944497f36 to your computer and use it in GitHub Desktop.
Save aeantipov/685d178981dd5e4c6bf21ad944497f36 to your computer and use it in GitHub Desktop.
3c3
< int main() { std::cout << "Hello world" << std::endl; }
---
> int main() { std::cout << "Hello" << std::endl; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment