Skip to content

Instantly share code, notes, and snippets.

@BartVandewoestyne
Last active November 28, 2015 14:48
Show Gist options
  • Save BartVandewoestyne/a8e94354983db99ae2a0 to your computer and use it in GitHub Desktop.
Save BartVandewoestyne/a8e94354983db99ae2a0 to your computer and use it in GitHub Desktop.
Testing GitHub gists blogpost material.
Testing GitHub gists blogpost material.
#include <iostream>
int main()
{
std::cout << "Hello people!" << std::endl;
}
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment