<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>bear的第一个网页</title>
</head>
<body>
<h1 style="align:center">我人生中的第一段代码</h1>
<pre>
#include "stdio.h"
int main(){
printf("hello world!\n");
return 0;
}
</pre>
<p>希望我以后能在程序员的路上越走越远</p>
</body>
</html>
打赏我,让我更有动力~
© 2016 - 2024 掌控者 All Rights Reserved.
Track-方丈
发表于 2018-8-14
通过,金币奖励已发放。
评论列表
加载数据中...