aboutsummaryrefslogtreecommitdiff
path: root/wwwroot/blog/hello-world.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-23 01:32:04 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-11-13 18:23:53 +0100
commit7985947c4b5624c2211d2851fa69eefba5daf178 (patch)
tree628582acb41749eac9b61848df3036e770b2d788 /wwwroot/blog/hello-world.md
parentc2ef613b99d01e742127d894756e49f42b1f264d (diff)
Initial blog.impl.ccblog.impl.cc
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'wwwroot/blog/hello-world.md')
-rw-r--r--wwwroot/blog/hello-world.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/wwwroot/blog/hello-world.md b/wwwroot/blog/hello-world.md
new file mode 100644
index 0000000..f3891e5
--- /dev/null
+++ b/wwwroot/blog/hello-world.md
@@ -0,0 +1,3 @@
+```C
+hello = world();
+```