diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 16:10:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 16:10:50 +0300 |
commit | e726014585409acacef2e79a8d83a55a9e47ecb6 (patch) | |
tree | b0d2e8fc7129edcbfeb45f72f71f695a5b369bd8 /_posts/snippets/snippet.cpp | |
parent | posts: permalinks without date (diff) | |
download | jekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.tar.gz jekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.zip |
add more examples, update README
Diffstat (limited to '_posts/snippets/snippet.cpp')
-rw-r--r-- | _posts/snippets/snippet.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_posts/snippets/snippet.cpp b/_posts/snippets/snippet.cpp deleted file mode 100644 index bc4122e..0000000 --- a/_posts/snippets/snippet.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "snippet.hpp" - -#include <iostream> - -void hello_snippets() { - std::cout << "Hello snippets!\n"; -} |