第一篇自然要献给HW
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
return 0;
}
Licensed under a CC BY-NC-ND 4.0 International License.