Hello world post

This commit is contained in:
2025-09-09 00:30:56 +02:00
parent 33441af62c
commit 03c1ce91be
7 changed files with 21 additions and 117 deletions

View File

@ -0,0 +1,20 @@
= Hello World!
Kamil Kowalczyk
2025-09-09
:jbake-type: post
:jbake-tags: helloworld
:jbake-status: published
This is a hello world post!
[source,c]
----
#include <stdio.h>
int main(void) {
printf("Hello World!\n");
return 0;
}
----
Enjoy the blog! More posts are coming in the near future!