测试文章

段落

// test for special characters:
// <a> & </a> 
#include <stdio.h>

int main()
{
  puts("hello world!");
  return 0;
}
<a> not a html tag & </a>

inline math



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.