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");

}