Skip to content

Instantly share code, notes, and snippets.

@Malsasa
Last active July 11, 2016 05:53
Show Gist options
  • Save Malsasa/1a991ceb038e9ca0571e116abaddbe4f to your computer and use it in GitHub Desktop.
Save Malsasa/1a991ceb038e9ca0571e116abaddbe4f to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
cout << "Hoi\n" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment