21 lines
298 B
Plaintext
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!
|