文章目录
  1. 1. 测试代码 C/C++
  2. 2. 测试代码 Python
  3. 3. 测试链接
  4. 4. 测试图片

测试代码 C/C++

1
2
3
4
5
6
7
8
9
#include <stdio.h>
int main()
{

int a=1;
int b=2;
int c=a+b;
printf("%d",c);
return 0;
}

测试代码 Python

import os
def hello():
    print("hello world")
hello()
os.system("free -h")

测试链接

<http://yafengabc.github.io>
http://yafengabc.github.io
[yafengabc.github.io](http://yafengabc.github.io)
yafengabc.github.io

测试图片

图片

文章目录
  1. 1. 测试代码 C/C++
  2. 2. 测试代码 Python
  3. 3. 测试链接
  4. 4. 测试图片