aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_posts/snippets/snippet.cpp
blob: bc4122edd64beb46483803e52e8e30173a21cd8d (plain) (tree)
1
2
3
4
5
6
7






                                     
#include "snippet.hpp"

#include <iostream>

void hello_snippets() {
    std::cout << "Hello snippets!\n";
}