= 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 int main(void) { printf("Hello World!\n"); return 0; } ---- Enjoy the blog! More posts are coming in the near future!