let blog = Some(content)
Welcome
May 30, 2022
#include <stdio.h>
void
main
(
void
)
{
printf
(
"Hello World
\n
"
);
}