One minute
My First Post
Introduction
This is bold text, and this is emphasized text.
Visit the Hugo website!
This is a C code:
#include <stdio.h>
int i = 0;
int main(uint32_t argc, void** args){
printf("Hell\n");
}
One minute
This is bold text, and this is emphasized text.
Visit the Hugo website!
#include <stdio.h>
int i = 0;
int main(uint32_t argc, void** args){
printf("Hell\n");
}