OTUS的C语言编写课程。
家庭作业
可以在目录中找到所有作业,这些目录的名称以“ homework”前缀开头,以课程数结尾。 例如:homework3
建立作业
为了用一些数字来构建家庭作业,您可以执行以下命令(例如第三堂课)
cd homework3
make
之后,您可以执行作业以执行:
./homework
另外,您可以运行测试(如果存在,则需要安装python)
make test
对于清理使用命令:
make clean
硬件
Hello, this repository records challengeing problems I've solved when studying Python. The problems are;
- for instance assigned homework,
- exercises from weekly - and monthly tests, or
- practices on a site called Hackerrank.