Skip to content

Instantly share code, notes, and snippets.

@Hasenpfote
Created November 16, 2016 05:53
Show Gist options
  • Save Hasenpfote/29c13b333804c2aa72de3440db3122c6 to your computer and use it in GitHub Desktop.
Save Hasenpfote/29c13b333804c2aa72de3440db3122c6 to your computer and use it in GitHub Desktop.
this is a test.
#include <iostream>
int main()
{
std::cout << "Hello, world" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment