[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/0X0pTI3T)
# HW0
### What You Should Do
1. 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'.). 
2. Create a "Makefile" to compile main.c and the execution file is called "main".
3. Do not submit "main" file generated by Makefile. You should `make clean` before you submit.
4. Upload "main.c" and "Makefile" to Github.

### What You May Need
Tutorial link：https://www.youtube.com/playlist?list=PLtMDtOnPgcGa7K3X_N5icHoNOVLMtjgjp
1. GDB
2. Github
3. Makefile

### Notices
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.
