Files
www.kamkow1lair.pl/content/blog/2025/09/hellow-world.adoc
2025-09-09 00:30:56 +02:00

21 lines
298 B
Plaintext

= 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!