Hello world post
This commit is contained in:
20
content/blog/2025/09/hellow-world.adoc
Normal file
20
content/blog/2025/09/hellow-world.adoc
Normal 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!
|
Reference in New Issue
Block a user