Add pause.cpp

This commit is contained in:
2022-04-21 01:51:37 +08:00
parent b589e17486
commit 12c8284767
7 changed files with 70 additions and 1 deletions

View File

@@ -11,7 +11,9 @@
|LAN++|./lanpp|一个跨平台的简易局域网文件传输工具|Python|
|Plane Fighting|./plane_fighting|一个跨平台的简易"飞机大战"小游戏|Python|
|Python HTTPS Server|./python_https_server|一个 HTTPS 网络服务器程序|Python|
|Juan|./juan|获取 http://www.zxx.edu.cn 的公开的用户学习数据并制作成图表, 看看人们有多卷|Python|
### 单文件 (onefile)
|文件名|介绍|语言|
|----|----|----|
|file_reader.cpp|输出文件内容至终端|C++|
|pause.cpp|按任意键继续|C++|