Abstract

This is my first blog, just for test whether everything gets in the way.


Markdown Basics

bold words and Italic and delete line

  • list 1
  • list 2
  1. The list 1
  2. The list 2

a link to zjui website

The below is an centaur to test the image display.

an image

Table:

title1title 2title 3
data1data2data3

LaTeX Mathematics Formula

$$ \int_0^{\infty} x^2 dx $$

$$ e^{i\theta} = \cos{\theta} + i\sin{\theta} $$


Code Blocks

print("hello world")
#include <iostream>

int main() {
  std::cout << "Hello World!" << std::endl;
  return 0;
}

Conclusion

Hope all these goes well.