Hello World!
- 1 minHello and Welcome !
#include <stdio.h>
int main(void)
{
printf("hello, world\n");
return 0;
}For a long time, I had the idea of setting up my own website/blog, I’ve done some shy attempts before but this one is the one! So welcome to my blog, and to this unavoidable “Hello, world!” post! :D
I’ve built this blog with Jekyll using the Indigo theme, the code source is available at Github.
Cheers,
Mouaad