title:

header 2

header 3

header 4

header 5
header 6

items:

  • item 1
    • item 2
  1. point 1
    1. point 2

web link: I like Google (this is a in-line link.)

web link2: I like Google (this is a reference-style link.)

image link: a nice pic windows 10 sketch

bold: hello world!

italiy: this is my second post on the github page.

code highlight:

#include <iostream>
int main()
{
    std::cout << "hello world!" << endl;
    return 0;
}

code: linux command:

systemctl start autofs
systemctl enable autofs

c++ code:

#include <iostream>
int main()
{
    std::cout << "hello world!" << endl;
    return 0;
}