From e726014585409acacef2e79a8d83a55a9e47ecb6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 31 May 2021 16:10:50 +0300 Subject: add more examples, update README --- _posts/snippets/hello.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _posts/snippets/hello.hpp (limited to '_posts/snippets/hello.hpp') 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(); -- cgit v1.2.3