helloworld

helloworld

#include<iostream>
using namespace std;

int main() {
	cout << "hello world!" << endl;
	return 0;
}

表格

语言 类型
c++ 编译型
python 解释型

下划线
删除线
强调
加粗
盒子
画圈
错误
括号括号

posted @ 2023-05-26 18:51  HcGys  阅读(69)  评论(26)    收藏  举报