Skip to content

Instantly share code, notes, and snippets.

@smrfeld
Created June 24, 2020 22:21
Show Gist options
  • Save smrfeld/5273a049d4fffeaacd68ed761d9b6b8c to your computer and use it in GitHub Desktop.
Save smrfeld/5273a049d4fffeaacd68ed761d9b6b8c to your computer and use it in GitHub Desktop.
Basic Cpp file
#include <iostream>
void say_hello(){
std::cout << "Hello, from cpp_doxygen_sphinx!\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment