d190b28
1 2 3 4 5 6 7
#include "snippet.hpp" #include <iostream> void hello_snippets() { std::cout << "Hello snippets!\n"; }