Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 577 Bytes

RobinPlayer

在控制台播放《使一颗心免于哀伤》

如何运行本程序

  1. Release 下载 RobinPlayer.exe,或者下载源代码 main.c 手动编译。
  2. 双击运行程序 (推荐使用 Windows Teminal 运行本程序)。
  3. 将终端窗口调整到合适大小。
  4. 尽情欣赏这首《使一颗心免于哀伤》吧!

如何编译本项目

使用的编译器为 MinGW (gcc version 14.2.0),Visual Studio 应该也可以正常编译。

gcc -o RobinPlayer.exe main.c