From 7985947c4b5624c2211d2851fa69eefba5daf178 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 23 Oct 2021 01:32:04 +0200 Subject: Initial blog.impl.cc Signed-off-by: Toni Uhlig --- wwwroot/blog/hello-world.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wwwroot/blog/hello-world.md (limited to 'wwwroot/blog/hello-world.md') 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(); +``` -- cgit v1.2.3