aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/snippets/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to '_posts/snippets/world.hpp')
-rw-r--r--_posts/snippets/world.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/_posts/snippets/world.hpp b/_posts/snippets/world.hpp
new file mode 100644
index 0000000..32258b1
--- /dev/null
+++ b/_posts/snippets/world.hpp
@@ -0,0 +1,3 @@
+#pragma once
+
+void hello_world();