diff options
Diffstat (limited to '_posts/snippets/hello.hpp')
-rw-r--r-- | _posts/snippets/hello.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_posts/snippets/hello.hpp b/_posts/snippets/hello.hpp new file mode 100644 index 0000000..46556b6 --- /dev/null +++ b/_posts/snippets/hello.hpp @@ -0,0 +1,3 @@ +#pragma once + +void hello_snippets(); |