Fricklers Blog

About OpenStack, CEPH and automating all of this

Hello World

Hello world, nice to meet you.

First code snippet test:

1
2
3
4
5
#include <stdio.h>

main() {
    printf("Hello world!\n");
}

And now for something completely different:

something
1
2
3
4
5
#include <stdio.h>

main() {
    printf("Hello world!\n");
}