/home
/posts
/stories
1#include <stdio.h> 2 3int main(void) { 4 printf("hello, world!\n"); 5 6 return 0; 7}