- Create a "main.c" and print your student ID(Note that the English letters in student ID must be lowercase. Remember to add '\n' in the end. E.g., it should be 'b12902000\n' instead of 'B12902000\n'.).
- Create a "Makefile" to compile main.c and the execution file is called "main".
- Do not submit "main" file generated by Makefile. You should
make clean
before you submit. - Upload "main.c" and "Makefile" to Github.
Tutorial link:https://www.youtube.com/playlist?list=PLtMDtOnPgcGa7K3X_N5icHoNOVLMtjgjp
- GDB
- Github
- Makefile
This assignment is for you to try the submission method and format. It is optional and will not be scored. However, if there are any formatting problems in subsequent assignments, you will be responsible for it yourself.