⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.c

📁 c语言课程设计
💻 C
字号:
/*帮助文件*/
ShowHelp()
{
    printf("\n");
    printf("=================================================\n");
    printf("+     Examination and Excersize System          +\n");
    printf("+++++++++++++++++++++++++++++++++++++++++++++++++\n");
    printf("+  1.you can choose the file to test            +\n");
    printf("+  2.you can change the file content            +\n");
    printf("+  3.System will tell you how long you have used+\n");
    printf("=================================================\n");
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -