diff options
Diffstat (limited to '')
-rw-r--r-- | _posts/snippets/hello.cpp (renamed from _posts/snippets/snippet.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/snippets/snippet.cpp b/_posts/snippets/hello.cpp index bc4122e..2f96a60 100644 --- a/_posts/snippets/snippet.cpp +++ b/_posts/snippets/hello.cpp @@ -1,4 +1,4 @@ -#include "snippet.hpp" +#include "world.hpp" #include <iostream> |