Skip to content

Instantly share code, notes, and snippets.

@Malsasa
Created July 11, 2016 06:15
Show Gist options
  • Save Malsasa/84ac1f28c1182e0ba6efabf93dc9abfd to your computer and use it in GitHub Desktop.
Save Malsasa/84ac1f28c1182e0ba6efabf93dc9abfd to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
cout << "End\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment